QuaternionTrack
new QuaternionTrack(name: string, times: Float32Array | number[], values: Float32Array | number[])
THREE: THREE.QuaternionKeyframeTrack
Keyframe track for quaternion rotations (itemSize = 4). Uses spherical linear interpolation (slerp) with shortest-path correction.