OpenSceneGraph/src
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 Converted cout's messages to use notify. 2003-08-31 21:13:50 +00:00
osgFX Made Matrix a typedef to Matrixf, and converted the old Matrix to Matrixf, as 2003-09-02 17:19:18 +00:00
osgGA Converted cout's to notify's. 2003-08-31 22:17:53 +00:00
osgGL2 From Romano Magacho. add osg:: to Referenced() calls for IRIX build. 2003-08-04 21:09:40 +00:00
osgParticle Warning fixes from Gideon May. 2003-07-23 11:45:37 +00:00
osgPlugins Converted eroneous writeLong/readInt boolean entries used writeBool/readBool. 2003-09-02 17:16:17 +00:00
osgProducer Made Matrix a typedef to Matrixf, and converted the old Matrix to Matrixf, as 2003-09-02 17:19:18 +00:00
osgSim Made Matrix a typedef to Matrixf, and converted the old Matrix to Matrixf, as 2003-09-02 17:19:18 +00:00
osgText Bumped up version numbers in preperation for the 0.9.5 release. 2003-07-23 08:54:29 +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
GNUmakefile Fixes to makedefs/makedirdefs ordering in some makefiles, and conditional 2003-07-26 01:02:39 +00:00