public class GL3JPanelTest
extends java.lang.Object
implements com.jogamp.opengl.GLEventListener
Constructor and Description |
---|
GL3JPanelTest() |
Modifier and Type | Method and Description |
---|---|
void |
display(com.jogamp.opengl.GLAutoDrawable drawable) |
void |
dispose(com.jogamp.opengl.GLAutoDrawable drawable) |
void |
init(com.jogamp.opengl.GLAutoDrawable drawable) |
void |
initBuffers(com.jogamp.opengl.GL3 gl) |
static void |
main(java.lang.String[] args) |
void |
reshape(com.jogamp.opengl.GLAutoDrawable drawable,
int x,
int y,
int w,
int h) |
static void |
setDefaultLights() |
public static void main(java.lang.String[] args)
public void display(com.jogamp.opengl.GLAutoDrawable drawable)
display
in interface com.jogamp.opengl.GLEventListener
public void dispose(com.jogamp.opengl.GLAutoDrawable drawable)
dispose
in interface com.jogamp.opengl.GLEventListener
public void initBuffers(com.jogamp.opengl.GL3 gl)
public void init(com.jogamp.opengl.GLAutoDrawable drawable)
init
in interface com.jogamp.opengl.GLEventListener
public static void setDefaultLights()
public void reshape(com.jogamp.opengl.GLAutoDrawable drawable, int x, int y, int w, int h)
reshape
in interface com.jogamp.opengl.GLEventListener