Hi Paul, On 27 November 2012 16:26, Paul Martz <[email protected]> wrote:
> DescriptionLists are part of UserDataContainer now, right? So they could > be attached to any Node, not just Geode. > You are correctly, the DescriptionList are now available via the osg::UserDataContainer that can be assigned to all osg::Object. There is only public access methods for the old DescriptionList in osg::Node (for backwards compatibility) and osg::UserDataContainer so you will not see them in osg::StateSet/osg::Drawable/osg::StateAttribute etc, but you can still assign the descriptions via the UserDataContainer if you wish to use them on these types of objects. Robert.
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
