Hi,

"osgUtil::CullVisitor" handles switch-nodes the same way as group-nodes:

   // osgUtil/CullVisitor.cpp, revision 9411, line 1093
   void CullVisitor::apply(Switch& node)
   {
     apply((Group&)node);
   }

which means that disabled children are still visited.
Is there any specific reason for that?

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

Reply via email to