"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

Reply via email to