|
Rumba C++ SDK
|
#include <GL/gl.h>#include "ImathVec.h"#include "ImathMatrix.h"#include "IexMathExc.h"#include "ImathFun.h"Go to the source code of this file.
Classes | |
| class | Imath::GLPushMatrix |
| class | Imath::GLPushAttrib |
| class | Imath::GLBegin |
Namespaces | |
| Imath | |
Functions | |
| void | glVertex (const Imath::V3f &v) |
| void | glVertex (const Imath::V2f &v) |
| void | glNormal (const Imath::V3f &n) |
| void | glColor (const Imath::V3f &c) |
| void | glTranslate (const Imath::V3f &t) |
| void | glTexCoord (const Imath::V2f &t) |
| void | glDisableTexture () |
| void | throwBadMatrix (const Imath::M44f &m) |
| void | glMultMatrix (const Imath::M44f &m) |
| void | glMultMatrix (const Imath::M44f *m) |
| void | glLoadMatrix (const Imath::M44f &m) |
| void | glLoadMatrix (const Imath::M44f *m) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |