Hi Ahmed, On Sun, Jun 29, 2008 at 7:07 AM, Ahmed Nawar <[EMAIL PROTECTED]> wrote: > Does update build an iterator for all the scene? or for the current node > children?
All NodeVisitors used nested traversal, typically deferring the actual traversal to the Node::traversal() method, within these methods you'll find the iterator. The best way to understand it is to review the code and step through it with a debugger to look at how the program executes the update traversal. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

