Main Page   Class Hierarchy   Compound List   File List   Compound Members  

GL Class Reference

OpenGL bindings for our utility classes. More...

#include <freecloth/gfx/gfxGL.h>

List of all members.

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 &)


Detailed Description

OpenGL bindings for our utility classes.

Calls to standard OpenGL functions (glColor, glVertex, etc.) using our utility classes (ColColourRGB, GePoint, etc.)

Definition at line 49 of file gfxGL.h.


The documentation for this class was generated from the following files:
Generated on Wed Apr 23 15:58:59 2003 for Freecloth by doxygen1.3-rc3