Class ExampleSphericalGLListener

java.lang.Object
com.io7m.jcamera.examples.jogl.ExampleSphericalGLListener
All Implemented Interfaces:
com.jogamp.opengl.GLEventListener, EventListener

public final class ExampleSphericalGLListener extends Object implements com.jogamp.opengl.GLEventListener
The GL event listener used to handle rendering and driving of the simulation.
  • Constructor Details

  • Method Details

    • init

      public void init(com.jogamp.opengl.GLAutoDrawable drawable)
      Specified by:
      init in interface com.jogamp.opengl.GLEventListener
    • dispose

      public void dispose(com.jogamp.opengl.GLAutoDrawable drawable)
      Specified by:
      dispose in interface com.jogamp.opengl.GLEventListener
    • display

      public void display(com.jogamp.opengl.GLAutoDrawable drawable)
      Specified by:
      display in interface com.jogamp.opengl.GLEventListener
    • reshape

      public void reshape(com.jogamp.opengl.GLAutoDrawable drawable, int x, int y, int width, int height)
      Specified by:
      reshape in interface com.jogamp.opengl.GLEventListener