Hello I noticed that in LineSegmentIntersector::Intersection the function that returns the local intersection point returns osg::Vec3d, but the local normal point returns osg::Vec3. Is there a reason? I'm trying to change my entire application to use double and Vec3d instead of floats (because of precision problems) and was wondering why the normal is in floats.
roni
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

