org.dronus.gl.GLBoxRenderer Class Reference

List of all members.

Static Public Member Functions

static void renderBox (float w, float h, float l)
static void renderBox (Vector3f at, float w, float h, float l)
static void renderFrame (float w, float h, float l)
static void renderColoredBox (float w, float h, float l, float r, float g, float b)

Static Package Functions

static void genCube ()
static void genFrame ()

Detailed Description

renders a box or wireframe

Author:
Paul

Definition at line 17 of file GLBoxRenderer.java.


Member Function Documentation

static void org.dronus.gl.GLBoxRenderer.renderBox ( float  w,
float  h,
float  l 
) [static]

Definition at line 18 of file GLBoxRenderer.java.

References org.dronus.gl.GLBoxRenderer.genCube().

Referenced by org.dronus.gl.GLBoxRenderer.renderColoredBox().

Here is the call graph for this function:

Here is the caller graph for this function:

static void org.dronus.gl.GLBoxRenderer.renderBox ( Vector3f  at,
float  w,
float  h,
float  l 
) [static]

Definition at line 27 of file GLBoxRenderer.java.

References org.dronus.gl.GLBoxRenderer.genCube().

Here is the call graph for this function:

static void org.dronus.gl.GLBoxRenderer.renderFrame ( float  w,
float  h,
float  l 
) [static]

Definition at line 37 of file GLBoxRenderer.java.

References org.dronus.gl.GLBoxRenderer.genFrame().

Here is the call graph for this function:

static void org.dronus.gl.GLBoxRenderer.genCube (  )  [static, package]

Definition at line 44 of file GLBoxRenderer.java.

Referenced by org.dronus.gl.GLBoxRenderer.renderBox().

Here is the caller graph for this function:

static void org.dronus.gl.GLBoxRenderer.genFrame (  )  [static, package]

Definition at line 92 of file GLBoxRenderer.java.

Referenced by org.dronus.gl.GLBoxRenderer.renderFrame().

Here is the caller graph for this function:

static void org.dronus.gl.GLBoxRenderer.renderColoredBox ( float  w,
float  h,
float  l,
float  r,
float  g,
float  b 
) [static]

Definition at line 128 of file GLBoxRenderer.java.

References org.dronus.gl.GLBoxRenderer.renderBox().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Apr 7 17:57:32 2009 for visclient by  doxygen 1.5.1