import { KeyframeTrack } from "https://deno.land/x/threejs_4_deno@v121/src/Three.js";
Constructors
Properties
DefaultInterpolation: InterpolationModes
Methods
getValueSize(): number
InterpolantFactoryMethodDiscrete(result: any): DiscreteInterpolant
InterpolantFactoryMethodLinear(result: any): LinearInterpolant
InterpolantFactoryMethodSmooth(result: any): CubicInterpolant
scale(timeScale: number): KeyframeTrack
setInterpolation(interpolation: InterpolationModes): KeyframeTrack
shift(timeOffset: number): KeyframeTrack
trim(startTime: number, endTime: number): KeyframeTrack
validate(): boolean
Static Methods
toJSON(track: KeyframeTrack): any