Hi,

I have wondered me on my project, why antialising, which I had activated, was 
broken. Now I found the resolution, but I don't know why this fixed it.

When I call:


Code:
_viewer.setUpViewInWindow( 100, 100, 1024, 768 );
osg::DisplaySettings::instance()->setNumMultiSamples(4);



it don't works. But if I use 


Code:
osg::DisplaySettings::instance()->setNumMultiSamples(4);
_viewer.setUpViewInWindow( 100, 100, 1024, 768 );



it works. But why? Or is it a bug?

Thank you!

Cheers,
Heiko

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=36151#36151





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to