Class Keyframe


  • public class Keyframe
    extends java.lang.Object
    Represents a keyframe and contains the camera state, the simulation time, the frame and a descriptor name.
    • Constructor Summary

      Constructors 
      Constructor Description
      Keyframe​(java.lang.String name, Vector3d pos, Vector3d dir, Vector3d up, long time, double secs, boolean seam)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
      • time

        public long time
      • seconds

        public double seconds
      • seam

        public boolean seam
        Is it a seam? (breaks splines)
    • Constructor Detail

      • Keyframe

        public Keyframe​(java.lang.String name,
                        Vector3d pos,
                        Vector3d dir,
                        Vector3d up,
                        long time,
                        double secs,
                        boolean seam)