Class ExampleRenderer

java.lang.Object
com.io7m.jcamera.examples.jogl.ExampleRenderer
All Implemented Interfaces:
ExampleRendererControllerType, ExampleRendererType

public final class ExampleRenderer extends Object implements ExampleRendererType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(JCameraReadableSnapshotType s, Optional<com.io7m.jtensors.core.unparameterized.vectors.Vector3D> target)
    Draw the scene.
    void
    init(com.jogamp.newt.opengl.GLWindow in_window, com.jogamp.opengl.GL3 in_gl)
    Initialize the scene, using the given window and OpenGL interface.
    void
    reshape(int width, int height)
    Indicate that the screen has been resized.
    void
    Tell the renderer/windowing system that it should warp the pointer to the center of the screen.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExampleRenderer

      public ExampleRenderer()
  • Method Details