Yes and no. :-)

In principal, yes, because conceptually it is dynamic data and you want to mark it as such.

In practice, probably not. I think the cull traversal pulls the matrix long before the next frame's update can possibly run.

Furthermore, if you leave the data variance set to UNSPECIFIED, then OSG will automatically detect that it's actually dynamic because you have an update callback attached to the node.

Paul Martz
Skew Matrix Software LLC
_http://www.skew-matrix.com_ <http://www.skew-matrix.com/>
+1 303 859 9466



Cory Riddell wrote:
Ok, stupid question.

Does a MatrixTransform that will be modified in an update callback need
to be declared DYNAMIC?

Cory
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to