hi all,
I use codes like this to antialiase :
osg::DisplaySettings* ds = osg::DisplaySettings::instance();
ds->setNumMultiSamples(16);
mViewer->setDisplaySettings(ds);
It works well in console program(full screen).when I add the codes to the
osgviewrMFC program,it doesn't work well.why?
thanks for any hint.
best regards
forest_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

