OpenSceneGraph/include
Robert Osfield 22d54f05e4 Added DOFTransform, MatrixTransform and PositionAttitudeTransform to NodeVisitor.
Added osg::Matrix/Quat::makeRotate(angle1,axis1,angle2,axis2,angle3,axis3) and
osg::Matrix::rotate(angle1,axis1,angle2,axis2,angle3,axis3) method.

Made osg::Matrix/Quat::makeRotate(heading,pitch,roll) and
osg::Matrix::rotate(heading,pitch,roll) all deprecated API.

Fixed the Quat*Quat & Quat*=Quat multiplication methods so that they multiplied
in the correct order - they were reversed originally due to the Quat code being
based on code example which used the v' = M v ordering, rather than the OSG's
v' = v M ordering.
2002-08-18 14:42:43 +00:00
..
osg Added DOFTransform, MatrixTransform and PositionAttitudeTransform to NodeVisitor. 2002-08-18 14:42:43 +00:00
osgDB Various fixes to constructors to ensure that all variables are initialized. 2002-07-20 23:54:55 +00:00
osgGA Several items of work related to adding a manual creation of occluders 2002-07-17 10:00:50 +00:00
osgGLUT Added return value to addViewport. 2002-07-27 10:09:39 +00:00
osgParticle Changed the range max and min members variables to maximum and minimum to 2002-08-03 18:03:40 +00:00
osgText Updates to osgParticle form Macro. 2002-07-22 16:01:00 +00:00
osgUtil Added support for a sort callback in RenderBin. 2002-08-03 16:49:42 +00:00