Ryan Morris wrote:
> Is there a way to set the name of the node's drawable? That should
> solve my problem correct? I've been working on this for a few days now
> and can't quite seem to get it going.
>   
As osg::Drawable is derived from osg::Object you can set/get its name
with setName()/getName()

Paul
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to