El Miércoles 02 Abril 2008ES 20:07:53 Dorosky, Christopher G escribió: > Do I need to do something to clean up the node if it already had a > shared stateset?
Statesets as the rest of Referenced objects are reference counted, so if the ref_ptr that holds its address is pointed to another Stateset, the count for the first is decremented. If that count reaches 0, the object is automatically destroyed. That is, you haven't to do anything ;) _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

