OpenSceneGraph/include/osgProducer
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
..
EventAdapter From Eric Sokolowsky, support for mouse scroll wheel in osgGA/osgProducer. 2003-05-07 11:13:49 +00:00
Export Fixes to osgcluster demo as new Producer based example. 2003-03-16 21:58:27 +00:00
KeyboardMouseCallback Added KeyboardMouseCallback::shutdown() support. 2003-08-27 10:22:12 +00:00
OsgCameraGroup Added new Matrixf and Matrixd implementations. 2003-09-05 22:35:34 +00:00
OsgSceneHandler Added new Matrixf and Matrixd implementations. 2003-09-05 22:35:34 +00:00
Version Added new osgProducer::Viewer class for putting together simple producer 2003-01-21 13:14:29 +00:00
Viewer Added support for Matrixd and Matrixf implementations, with the default 2003-09-05 20:48:42 +00:00
ViewerEventHandler Fixed type of osg::ApplicationUsage::set/getApplictionName(), updated 2003-04-09 08:20:08 +00:00