Skip to content

VectorTrack

new VectorTrack(name: string, times: Float32Array | number[], values: Float32Array | number[], itemSize?: number)

THREE equivalent: THREE.VectorKeyframeTrack

Keyframe track for vector properties. Default itemSize is 3 (Vector3). Uses linear interpolation.