ES3D::Primitivesx Class Reference

#include <Primitivesx.h>

List of all members.

Static Public Member Functions

static GLvoid colorx (GLclampx r, GLclampx g, GLclampx b, GLclampx a)
static GLvoid linex (const FixedPointx s[3], const FixedPointx e[3])
static GLvoid circlex (const FixedPointx p[3], const FixedPointx o[3], FixedPointx radius)


Detailed Description

Loader for loading several animations belonging to a given model.


Member Function Documentation

GLvoid ES3D::Primitivesx::circlex ( const FixedPointx  p[3],
const FixedPointx  o[3],
FixedPointx  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::Primitivesx::colorx ( GLclampx  r,
GLclampx  g,
GLclampx  b,
GLclampx  a 
) [static]

Sets the current color

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

GLvoid ES3D::Primitivesx::linex ( const FixedPointx  s[3],
const FixedPointx  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