Hi,
I want to change the 3D model dynamically at the runtime.
I have inatialize my node at :
_model = new osg::Node();
_model = osgDB::readNodeFile("model1.osg");
and when I do a particular action, I would like that the 3D model changes, I
write this :
_model = osgDB::readNodeFile("model2.osg");
But it doesn't work!
Would you have an idea?
Thank you!
Cheers,
lucie
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=34707#34707
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org