Hi Robert

Thanks, it works fine.

Regards, Moji


HI Moji,

You are falling foul of small feature culling as your bounding volume
has zero size.  You can disable small feature culling by doing:

   viewer.getCamera()->setCullingMode(
            viewer.getCamera()->getCullingMode() &
~osg::CullSettings::SMALL_FEATURE_CULLING);

Robert.




      
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to