Hi,

i'm getting some strange effects if using two osgViewer::Viewers like this:

1) Create viewer1 and render different parts of scene1. Destroy viewer1.
2) Create viewer2 and render scene1.

On some objects textures are missing or plop in and out, when moving in the 
scene. If I do not destroy the first viewer, everything works fine.

The effect is even more visible for this setup:
1) Create viewer1 and render diffrent parts of scene1. Destroy viewer1.
2) Create viewer2 set two groups as sceneData (group2 is child of group1). Set 
scene2 as child of group2 and render.
3) Remove scene2 from group2 and add scene1 instead. Render with viewer2.

Here some objects are entirely invisible and textures plop in and out.
If viewer1 is not destroyed, everything works fine.

Could there be a bug in osgViewer::Viewer concerning its destruction (cleaning 
up)? 
Do you have any other idea why the above mentioned effects occur? Seems like 
something gets messed up with the states?


Greetings,

Katharina

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=7049#7049





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

Reply via email to