ES3D::Primitivesf Class Reference

#include <Primitivesf.h>

List of all members.

Static Public Member Functions

static GLvoid colorf (GLclampf r, GLclampf g, GLclampf b, GLclampf a)
static GLvoid linef (const GLfloat s[3], const GLfloat e[3])
static GLvoid circlef (const GLfloat p[3], const GLfloat o[3], GLfloat radius)


Detailed Description

Loader for loading several animations belonging to a given model.


Member Function Documentation

GLvoid ES3D::Primitivesf::circlef ( const GLfloat  p[3],
const GLfloat  o[3],
GLfloat  radius 
) [static]

Draws a circle in the given plane

Parameters:
p the position of the center
o the orientation of the circle
radius the radius

GLvoid ES3D::Primitivesf::colorf ( GLclampf  r,
GLclampf  g,
GLclampf  b,
GLclampf  a 
) [static]

Sets the current color

Parameters:
r red value
g green value
b blue value
a alpha value

GLvoid ES3D::Primitivesf::linef ( const GLfloat  s[3],
const GLfloat  e[3] 
) [static]

Draws a line

Parameters:
s start point
e end point


The documentation for this class was generated from the following files:
Generated on Sat May 10 16:30:56 2008 for ES 3D Game SDK Documentation by  doxygen 1.4.7