Thanks Emmanuel, changes now merged and submitted to svn/trunk.
On Mon, Jun 1, 2009 at 9:53 AM, Emmanuel Roche <[email protected]> wrote: > 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. > > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
