OpenSceneGraph/include
Robert Osfield 06bd9fda5b Have made osg::Transform more extensible via additions of new getLocalToWorldMatrix()
and getWorldToLocalMatrix(), computeLocalToWorld() and computeWorldToLocal()
methods.

Have updated the CullVisitor, IntersectVisitor and Optimizer to use the
new osg::Transform::getLocalToWorldMatrix() which has the same functionality
as the old getMatrix() but is now supports subclasses of osg::Transform
transparently.

Have added osg::PositionAttitudeTransform as subclass of osg::Transform
which manages the transform as position and attitude via a Vec3 and Quat
respectively.
2002-01-23 22:15:39 +00:00
..
osg Have made osg::Transform more extensible via additions of new getLocalToWorldMatrix() 2002-01-23 22:15:39 +00:00
osgDB Updates to help compilation under gcc 3.03. 2002-01-20 16:24:54 +00:00
osgGLUT Added support for glutSpecialFunc, glutSpaceballMotion, glutSpaceballRotate and 2002-01-17 22:40:16 +00:00
osgText Added support for multiple graphics contexts, submission from Max Rhiener. 2002-01-18 22:25:51 +00:00
osgUtil Fixed FlattenStaticTransformVisitor bug which related to incorrect handling 2002-01-22 19:30:51 +00:00
osgWX Updatedwidley used includes to remove most of the float/double warnings 2001-12-14 18:06:34 +00:00