Andrius Kausinis wrote:
Hi,

Static means that Geode object is constant (static final in Java) and Data 
variance of this object is set to STATIC.

Then I misunderstood your original post.

So are you saying that the problem you are trying to solve is this:
   How to change the color of a static Geometry?

If so, then sync the draw threads in the main loop with viewer.sync() then just go ahead and change the color array.

Or is this the problem:
How to have unique colors on a shared Geode/Geometry multiparented to several transforms?

If so, then use my BlendColor suggestion.
   -Paul
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to