On Nov 16, 2007 9:00 PM, Emmanuel Roche <[EMAIL PROTECTED]> wrote: > okay Robert, > > and concerning the UserData object in each object ? How would I process if I > wanted this data to be dumped to my .osg files too when I save a node ?
You need to subclass the UserData form osg::Object and then provide a DotOsgWrapper as per examples like the osgParticle or osgText plugins Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

