Hi everyone, I'm joining an updated version of the file daeWritter.cpp and daeWriter.h for the collada plugin compatible with the usage of double precision BoundingSphere & BoundingBox. The only change is the addition of the template specialization for osg::Vec3d object (until now only the specialization for osg::Vec3 was defined, I replaced that with osg::Vec3f to be more "precise").
(the compilation of this plugin is not working with FLAOT_BOUNDINGSPHERE and FLOAT_BOUDINGBOX both set to false in the cmake configuration because there is no defined way to convert a vec3d object to a string otherwise). regards, Manu.
daeWriter.cpp
Description: Binary data
daeWriter.h
Description: Binary data
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
