Hi all,

see for example osg::Geometry::setColorBinding:

void setColorBinding(AttributeBinding ab) { _colorData.binding = ab; 
computeFastPathsUsed(); dirtyDisplayList(); }

dirtyDisplayList is also called when the current color binding
'_colorData.binding' is equal to the new color binding 'ab'.

This is the case for all setter methods.
The same is true for calls to dirtyBound.

Or I'm missing something ?


Daniel
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to