OpenSceneGraph/include
Robert Osfield e530912744 Made Matrix a typedef to Matrixf, and converted the old Matrix to Matrixf, as
part of prep for supporting both Matrixf (float) and Matrixd (double).

Added osg::Matrixf::glLoadMatrix() and osg::Matrixf::glMultiMatrix() methods
and changed corresponding usage of glLoad/MultMatrixf() calls across to use these
methods. Again prep for support Matrixd.

Fixes for VisualStudio 6.0 compile.
2003-09-02 17:19:18 +00:00
..
osg Made Matrix a typedef to Matrixf, and converted the old Matrix to Matrixf, as 2003-09-02 17:19:18 +00:00
osgDB Made getLibrary public. 2003-08-21 19:23:24 +00:00
osgFX Support for BumpMapping added by Marco Jez. 2003-09-01 21:53:53 +00:00
osgGA Fixed typo of getNumMatrixManipulators(). 2003-08-19 14:05:53 +00:00
osgGL2 Improvements to the handling of deletion of OpenGL rendering objets such as 2003-07-16 09:52:43 +00:00
osgParticle Fixes for Java build. 2003-08-18 09:24:17 +00:00
osgProducer Added KeyboardMouseCallback::shutdown() support. 2003-08-27 10:22:12 +00:00
osgSim Fixes for Win32. 2003-09-01 15:46:10 +00:00
osgText Added support for texture object manager, which provides an automatic mechansim 2003-07-14 14:42:10 +00:00
osgUtil Made Matrix a typedef to Matrixf, and converted the old Matrix to Matrixf, as 2003-09-02 17:19:18 +00:00