On 9/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > So, how do you get rid of update callbacks that are no > longer needed? Do you have to do a separate traversal > just to check for update callbacks that are "done"?
It depends upon where you determine you need to set the callback to 0. You can do it in your main loop if you wish. Subclass from Viewer::updateTraversals() if you wish. If you wish you can set the callback to null before you traversal the subgraph. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

