KeyframeTrack
Animation.KeyframeTrack exported from @manycore/aholo-viewer.
interface KeyframeTrack {
path: string;
times: TypedArray;
values: TypedArray;
interpolation: InterpolationMode;
}
path: string;
times: TypedArray;
values: TypedArray;
interpolation: InterpolationMode;
}