Hi,
I have a problem loading multiple collada files into osg.
here's the code:
osg::Node* node1 = osgDB::readNodeFile("tank.dae");
osg::Node* node2 = osgDB::readNodeFile("hand.dae");
There's an heap allocation exception when the code is trying to
load the second dae file.
Weird that if the second file is an ive file, everything seems fine.
Thank you!
Cheers,
Brian
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=27919#27919
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org