[osg-users] Install update callback during cull traversal?

2007-10-29 Thread beelzebob999-osg
Is it legal to install an update callback into a node during the cull traversal?
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Install update callback during cull traversal?

2007-10-29 Thread Paul Martz

 Is it legal to install an update callback into a node during 
 the cull traversal?

Strictly speaking, I'd say no. All mods to the scene graph should be done
outside the cull/draw traversals.

However, it might work, if you do it in a thread-safe way. (multiple cull
threads can run simultaneously).
   -Paul

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Install update callback during cull traversal?

2007-10-29 Thread Robert Osfield
On 10/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Is it legal to install an update callback into a node during the cull 
 traversal?

It will probably be fine.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org