Hi,

so basicaly i want to replace the models at runtime

i have a node callback visitor that traverse a loaded model
and in certains conditions replace the child nodes with something like this :

........
osg::Node* _node =  findNode("test"); 
_Node = osgDB::readNodeFile("myfile.ive");

but this have no effect 


thanks and good day[/code]

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





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

Reply via email to