Type alias TimelineObject

TimelineObject: {
    date: Date;
    position: THREE.Vector3;
    rotation: THREE.Euler;
    scale: THREE.Vector3;
}

Type declaration

  • date: Date
  • position: THREE.Vector3
  • rotation: THREE.Euler
  • scale: THREE.Vector3

Generated using TypeDoc