Hi, I solved my problem in this way:
I have a loop, where I call the frame() method. Everytime, I want to make a change in the scene graph, I wait, until frame() is finished and then if a flag "changeStructure" is true, I make the change in the scene graph structure. I check this flag in every loop after frame() is finished. I hope, this way is safe, I read it somewhere here on the forum, ah here: http://forum.openscenegraph.org/viewtopic.php?t=9227 Thank you! Cheers, Peter ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=52243#52243 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

