OpenSceneGraph/include
Robert Osfield 792bba05b9 Added new Matrixf and Matrixd implementations.
Made Matrix be a typedef to either Matrixf or Matrixd.  Defaults to Matrixf.

Converted the osgGA::MatrixManipulators and osgProducer::Viewer/OsgCameraGroup
across to using exclusively Matrixd for internal computations and passing betwen
Manipulators, Producer and SceneView. Note, SceneView still uses Matrix internally
so will depend on what is set as the default in include/osg/Matrix.

Added the ability to osgProducer::setDone/getDone(), kept done() as the
method that the viewer main loop uses for detecting the exit condition.
2003-09-05 22:35:34 +00:00
..
osg Added new Matrixf and Matrixd implementations. 2003-09-05 22:35:34 +00:00
osgDB Made getLibrary public. 2003-08-21 19:23:24 +00:00
osgFX Build Fixes for IRIX. 2003-09-04 08:50:06 +00:00
osgGA Added new Matrixf and Matrixd implementations. 2003-09-05 22:35:34 +00:00
osgGL2 Improvements to the handling of deletion of OpenGL rendering objets such as 2003-07-16 09:52:43 +00:00
osgParticle Merged changed to osgParticle from Marco Jez, the changes are (quoted from 2003-09-02 20:39:41 +00:00
osgProducer Added new Matrixf and Matrixd implementations. 2003-09-05 22:35:34 +00:00
osgSim Added support for Matrixd and Matrixf implementations, with the default 2003-09-05 20:48:42 +00:00
osgText Added support for texture object manager, which provides an automatic mechansim 2003-07-14 14:42:10 +00:00
osgUtil Added a Matrix::value_type typedef'd trait into osg::Matrix, defaulting its 2003-09-03 10:47:25 +00:00