public final class ExampleFPSStyleGLListener extends Object implements com.jogamp.opengl.GLEventListener
| Constructor and Description |
|---|
ExampleFPSStyleGLListener(com.jogamp.newt.opengl.GLWindow in_window,
JCameraFPSStyleSnapshot in_snap,
ExampleFPSStyleSimulationType in_sim,
AtomicReference<JCameraFPSStyleMouseRegion> in_mouse_region,
ExampleRendererType in_renderer) |
| 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)
Initialize the simulation.
|
void |
reshape(com.jogamp.opengl.GLAutoDrawable drawable,
int x,
int y,
int width,
int height) |
public ExampleFPSStyleGLListener(com.jogamp.newt.opengl.GLWindow in_window,
JCameraFPSStyleSnapshot in_snap,
ExampleFPSStyleSimulationType in_sim,
AtomicReference<JCameraFPSStyleMouseRegion> in_mouse_region,
ExampleRendererType in_renderer)
public void init(@Nullable
com.jogamp.opengl.GLAutoDrawable drawable)
init in interface com.jogamp.opengl.GLEventListenerdrawable - The OpenGL drawablepublic void dispose(@Nullable
com.jogamp.opengl.GLAutoDrawable drawable)
dispose in interface com.jogamp.opengl.GLEventListenerpublic void display(@Nullable
com.jogamp.opengl.GLAutoDrawable drawable)
display in interface com.jogamp.opengl.GLEventListenerpublic void reshape(@Nullable
com.jogamp.opengl.GLAutoDrawable drawable,
int x,
int y,
int width,
int height)
reshape in interface com.jogamp.opengl.GLEventListenerCopyright © 2017 <code@io7m.com> http://io7m.com