Interface ExampleFPSStyleSimulationType

All Known Implementing Classes:
ExampleFPSStyleSimulation

public interface ExampleFPSStyleSimulationType
The interface to simulations (with fps-style cameras) exposed to JOGL.
  • Method Details

    • cameraIsEnabled

      boolean cameraIsEnabled()
      Returns:
      true if the camera is enabled.
    • cameraSetEnabled

      void cameraSetEnabled(boolean b)
      Enable/disable the camera.
      Parameters:
      b - true if the camera should be enabled.
    • getCamera

      JCameraFPSStyleType getCamera()
      Returns:
      The camera used for the simulation.
    • getDeltaTime

      float getDeltaTime()
      Returns:
      The simulation delta time
    • getInput

      Returns:
      The camera input
    • getIntegrator

      Returns:
      The integrator used for the camera.
    • integrate

      Returns:
      A new camera snapshot