#include <GL/gl.h>Defines | |
| #define | OSG_GL 1 |
Functions | |
| void | glLoadMatrix (const float *mat) |
| void | glLoadMatrix (const double *mat) |
| void | glMultMatrix (const float *mat) |
| void | glMultMatrix (const double *mat) |
| #define OSG_GL 1 |
| void glLoadMatrix | ( | const double * | mat | ) | [inline] |
| void glLoadMatrix | ( | const float * | mat | ) | [inline] |
Referenced by osg::State::applyModelViewMatrix(), and osg::State::applyProjectionMatrix().
| void glMultMatrix | ( | const double * | mat | ) | [inline] |
| void glMultMatrix | ( | const float * | mat | ) | [inline] |
| Generated at Sat May 14 08:21:07 2011 for the OpenSceneGraph by doxygen 1.5.9. |