Class CamRecorder

java.lang.Object
gaiasky.util.camera.rec.CamRecorder
All Implemented Interfaces:
IObserver

public class CamRecorder extends Object implements IObserver
  • Field Details

    • instance

      public static CamRecorder instance
      Singleton
  • Constructor Details

    • CamRecorder

      public CamRecorder()
  • Method Details

    • initialize

      public static void initialize()
    • update

      public void update(ITimeFrameProvider time, Vector3b position, Vector3d direction, Vector3d up)
    • notify

      public void notify(Event event, Object source, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      source - The source object, if any.
      data - The data associated with this event.