Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/threejs_4_deno/src/animation/KeyframeTrack.js>KeyframeTrack

A simple transformation of three.js for use within a Deno workflow
Go to Latest
class KeyframeTrack
import { KeyframeTrack } from "https://deno.land/x/threejs_4_deno@v121/src/animation/KeyframeTrack.js";

Constructors

new
KeyframeTrack(
name: string,
times: any[],
values: any[],
interpolation?: InterpolationModes,
)

Properties

DefaultInterpolation: InterpolationModes
name: string
TimeBufferType: Float32Array
times: Float32Array
ValueBufferType: Float32Array
values: Float32Array
ValueTypeName: string