Dear All,
Google search reveals that it's been discussed couple of times in the forum and
mailing list, it 's been mentioned to use the NodeVisitor for that purpose. But
isn't there more direct method of retriving the geometry data from loaded
model?
Something like that:osg::ref_ptr<osg::Node> load_nd =
osgDB::readNodeFile("....//Wavefront.obj");osg::Geometry* geo =
load_nd->asGeode()->getDrawable(0)->asGeometry();
Because even if I use the nodeVisitor I have to know exact location of where
geometry is stored in the loader node.
Regards, _______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org