Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAnimationTrack

Hierarchy

  • IAnimationTrack

Index

Properties

interpolation: string | ((amount: number) => number)
node: ITreeNode
path: "scale" | "translation" | "rotation"
times: number[] | Int8Array | Uint8Array | Int16Array | Uint16Array | Uint32Array | Float32Array
values: number[] | Int8Array | Uint8Array | Int16Array | Uint16Array | Uint32Array | Float32Array
pivot?: vec3
previousMatrix?: ITransformation