OpenSceneGraph/examples/osghangglide
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
..
base.cpp Ported osgGLUT based src/Demos across to being osgProducer based, and placed 2003-03-14 20:35:45 +00:00
GliderManipulator.cpp Added new Matrixf and Matrixd implementations. 2003-09-05 22:35:34 +00:00
GliderManipulator.h Added new Matrixf and Matrixd implementations. 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
hat.cpp Ported osgGLUT based src/Demos across to being osgProducer based, and placed 2003-03-14 20:35:45 +00:00
hat.h Ported osgGLUT based src/Demos across to being osgProducer based, and placed 2003-03-14 20:35:45 +00:00
osghangglide.cpp Added desciptions to all the demos. 2003-04-09 11:44:32 +00:00
sky.cpp Ported osgGLUT based src/Demos across to being osgProducer based, and placed 2003-03-14 20:35:45 +00:00
tank.cpp Ported osgGLUT based src/Demos across to being osgProducer based, and placed 2003-03-14 20:35:45 +00:00
terrain_coords.h Ported osgGLUT based src/Demos across to being osgProducer based, and placed 2003-03-14 20:35:45 +00:00
terrain_normals.h Ported osgGLUT based src/Demos across to being osgProducer based, and placed 2003-03-14 20:35:45 +00:00
terrain_texcoords.h Ported osgGLUT based src/Demos across to being osgProducer based, and placed 2003-03-14 20:35:45 +00:00
terrain.cpp Ported osgGLUT based src/Demos across to being osgProducer based, and placed 2003-03-14 20:35:45 +00:00
trees.cpp Ported osgGLUT based src/Demos across to being osgProducer based, and placed 2003-03-14 20:35:45 +00:00