Self-contained example (within a single class only to keep it simple) displaying a rotating quad.
More...
|
void | display (GLAutoDrawable gLDrawable) |
|
void | init (GLAutoDrawable glDrawable) |
|
void | reshape (GLAutoDrawable gLDrawable, int x, int y, int width, int height) |
|
void | dispose (GLAutoDrawable gLDrawable) |
|
|
static void | main (String[] args) |
|
Self-contained example (within a single class only to keep it simple) displaying a rotating quad.
Definition at line 12 of file ogl.java.
◆ display()
void JOGLQuad.display |
( |
GLAutoDrawable |
gLDrawable | ) |
|
◆ dispose()
void JOGLQuad.dispose |
( |
GLAutoDrawable |
gLDrawable | ) |
|
◆ init()
void JOGLQuad.init |
( |
GLAutoDrawable |
glDrawable | ) |
|
◆ main()
static void JOGLQuad.main |
( |
String[] |
args | ) |
|
|
static |
◆ reshape()
void JOGLQuad.reshape |
( |
GLAutoDrawable |
gLDrawable, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
◆ rotateT
float JOGLQuad.rotateT = 0.0f |
|
private |
The documentation for this class was generated from the following file: