George Forest wrote:
Hi,

I have a 3DS model. How can I add tihs model as done in 2D images with Geode 
and Geometry. This code adds 2D objects. What modifications should I make on it?

If I understand you correctly, you should be able to replace all of that code with:

osg::ref_ptr<osg::Node> model = osgDB::readNodeFile("model.3ds");

(obviously, replacing "model.3ds" with the actual filename of your 3DS model).

--"J"


_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to