Package gaiasky.util.camera.rec
Class CamRecorder
java.lang.Object
gaiasky.util.camera.rec.CamRecorder
- All Implemented Interfaces:
IObserver
Contains the logic to record the camera state at each frame. The format is as
follows: > time[s](float) cam_pos(double x3) cam_dir(double x3) cam_up(double
x3)
The time is the time in seconds since the start of the recording, to synchronize with the current FPS in playing mode.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
void
Event notification call.void
update
(ITimeFrameProvider time, Vector3b position, Vector3d direction, Vector3d up)
-
Field Details
-
instance
Singleton
-
-
Constructor Details
-
CamRecorder
public CamRecorder()
-
-
Method Details