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 () |
Definition at line 17 of file GLBoxRenderer.java.
| 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:

1.5.1