Is there some mechanism to determine whether or not a node being traversed during an update traversal is active or not? I know I could change the TraversalMode in UpdateVisitor to traverse only active children, but what if I want to traverse all children and only take action if a particular type of node is active? I can't find anything in NodeVisitor that would let me do this.

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

Reply via email to