OpenSceneGraph/examples/osgimpostor
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
..
GNUmakefile Added X_INC into the Make/makedefs and changed the *GNUmakefile* to use it. 2003-08-18 10:58:30 +00:00
GNUmakefile.inst Added X_INC into the Make/makedefs and changed the *GNUmakefile* to use it. 2003-08-18 10:58:30 +00:00
osgimpostor.cpp Added desciptions to all the demos. 2003-04-09 11:44:32 +00:00
TestManipulator.cpp Added new Matrixf and Matrixd implementations. 2003-09-05 22:35:34 +00:00
TestManipulator.h Added new Matrixf and Matrixd implementations. 2003-09-05 22:35:34 +00:00