Hi All,
I have a scene whose nodes are set with a DYNAMIC dataVariance, because they
need to be dynamically modified.

When I first create the scene, it shows up OK in the viewer.
The problem occurs when I remove all drawables from a Geode and try to add
new drawables to the same Geode.
The viewer properly removes all Geode's drawables, but doesn't show up the
new ones.

While debugging, I can see that the new added drawbles are in the geode
drawbles list.
I can also view them properly if I save the scene in an .osg and launch it
with osgViewer.exe

The problem only occurs in the same viewer.

I've tried to set the display list OFF in each node of the scene, and also
using dirtyBound() to the modified Geode, but it didn't change anything.

Thanks in advance for your help.
F.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to