#include <freecloth/gfx/gfxGL.h>
Static Public Member Functions | |
void | colour (const ColColourRGB &) |
void | colour (const ColColourRGB &, Float alpha) |
void | fog (const ColColourRGB &, Float alpha=0.f) |
void | multMatrix (const GeMatrix4 &) |
void | normal (const GeVector &) |
void | lightPosition (GLenum light, const GeVector &) |
void | light (GLenum light, GLenum pname, const ColColourRGB &, Float alpha=1) |
void | material (GLenum face, GLenum pname, const ColColourRGB &, Float alpha=1.f) |
void | texCoord2 (const GePoint &) |
void | translate (const GeVector &) |
void | translate (const GePoint &) |
void | vertex (const GePoint &) |
Calls to standard OpenGL functions (glColor,
glVertex,
etc.) using our utility classes (ColColourRGB,
GePoint,
etc.)
Definition at line 49 of file gfxGL.h.