I used Collada dom 2.4. But in OSG WiKi:

> As of December 2011, testing indicates that the plugin still does not work 
> with the COLLADA DOM version 2.3.x, but does work with the 2.2.
> 


With COLLADA DOM version 2.2. it works fine (almost  :D )
In ..\src\osgPlugins\dae\daeWSceneObjects.cpp we have
292: if 
((node.getCenterMode()==osg::LOD::USER_DEFINED_CENTER)||(node.getCenterMode()==osg::LOD::UNION_OF_BOUNDING_SPHERE_AND_USER_DEFINED))

but OSG 3.0.1 doesn't have osg::LOD::UNION_OF_BOUNDING_SPHERE_AND_USER_DEFINED

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





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to