Hi Mathieu, On 21 June 2013 09:55, Mathieu MARACHE <[email protected]> wrote: > Unfortunatly, osgdb_dae compilation is broken, it looks like it's using the > removed indexed geometry API. I needed to modify the FindCOLLADA.cmake to > enable its compilation under macosx.
I have merged the FindCOLLADA.cmake. The daeRGeometry.cpp code that uses ArrayData is a bit cludgy and will require more than simple one line changes. I think we can probably replace the osg::Geometry::ArrayData usage simply with osg::Array as all the data that was in ArrayData is now stored in the osg::Array. I don't presently have Collada build on my system. I will have bash at trying to compile it. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

