Re: [osg-users] Get objects nodes in *.obj file

2010-09-20 Thread Alberto Luaces
John Kush writes:

 Hi,

 There are 3 objects  in *.obj file. Is it possible to get their nodes in OSG 
 in order to set different transformations?

Hi John,

yes, you can traverse through the node hierarchy you get when you load
the file. You can use osg::NodeVisitor for that.

-- 
Alberto

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


Re: [osg-users] Get objects nodes in *.obj file

2010-09-19 Thread John Kush
Hi,

There are 3 objects  in *.obj file. Is it possible to get their nodes in OSG in 
order to set different transformations?



Thank you!

Cheers,
John

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=31757#31757





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