public class OpenGLEventListenerImplInstancedFully extends java.lang.Object implements OpenGLEventListener
Constructor and Description |
---|
OpenGLEventListenerImplInstancedFully() |
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 |
reshape(com.jogamp.opengl.GLAutoDrawable drawable,
int x,
int y,
int width,
int height) |
void |
setParameters(ExternalSettingsManager.ExternalSettings settings,
double time)
Set the parameters for rendering the next frame.
|
public OpenGLEventListenerImplInstancedFully()
public void init(com.jogamp.opengl.GLAutoDrawable drawable)
init
in interface com.jogamp.opengl.GLEventListener
public void dispose(com.jogamp.opengl.GLAutoDrawable drawable)
dispose
in interface com.jogamp.opengl.GLEventListener
public void display(com.jogamp.opengl.GLAutoDrawable drawable)
display
in interface com.jogamp.opengl.GLEventListener
public void reshape(com.jogamp.opengl.GLAutoDrawable drawable, int x, int y, int width, int height)
reshape
in interface com.jogamp.opengl.GLEventListener
public void setParameters(ExternalSettingsManager.ExternalSettings settings, double time)
OpenGLEventListener
setParameters
in interface OpenGLEventListener