Interface ExampleSphericalSimulationType

All Known Implementing Classes:
ExampleSphericalSimulation

public interface ExampleSphericalSimulationType
The interface to simulations (with spherical cameras) exposed to JOGL.
  • Method Details

    • getInput

      Returns:
      The camera input
    • getDeltaTime

      double getDeltaTime()
      Returns:
      The simulation delta time
    • integrate

      Returns:
      A new camera snapshot
    • 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

      Returns:
      The camera