Class CamRecorder

  • All Implemented Interfaces:
    IObserver

    public class CamRecorder
    extends java.lang.Object
    implements 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.

    • Field Detail

      • instance

        public static CamRecorder instance
        Singleton
    • Constructor Detail

      • CamRecorder

        public CamRecorder()