I am trying to export osg to a vrml2 file. I am using a node visitor and am trying to retrieve the material properties from the node. I am using StateSet->getAttribute to retrieve the state attribute for a specific node. However, to the best of my understanding, this attribute does not incorperate any settings inherited from its ancestors. Is it always necessary to collect information as the ancestors are traversed to find the current combined state attribute for a specific node? Or is there a better way?
Thank you, Virginia _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

