Hi Paul, On Mon, Oct 31, 2011 at 4:39 PM, Paul Palumbo <[email protected]> wrote: > If I have a node with a SetSet attribute set to OVERRIDE and then have a > child node also set to OVERRIDE on the same attribute, what would the > attribute value be on the child? Is it the parent node's attribute value or > the child node's attribute value?
OVERRIDE enables parent state to override the state of child. OVERRIDE on a child doesn't protect it from being overridden by parent state if that parents state uses OVERRIDE. However, if you need the child state to be protected from being overridden then use the PROTECTED mask to protect it. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

