Hello, I would like set up the multisamples for my viewer. First I create a object DisplaySettings and after this I call the function setNumMultiSamples.
osg::DisplaySettings* ds = new osg::DisplaySettings(); ds->setNumMultiSamples( 8 ); But nothing was happened. The Viewer still use the global settings. How can I change this? Thanks, Martin -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED] _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

