org.xith3d.utility.camera.flight
Interface CameraFlightListener
public interface CameraFlightListener
This listener is used to notify about a finished CameraFlight
|
Method Summary |
void |
onCameraFlightEnded(long frames,
long millis,
float averageFPS)
This event is fired, when the CameraFlight ended. |
onCameraFlightEnded
void onCameraFlightEnded(long frames,
long millis,
float averageFPS)
- This event is fired, when the CameraFlight ended.
- Parameters:
frames - frames rendered during the flightmillis - milliseconds needed for the flightaverageFPS - average FPS for the flight