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

x/threejs_4_deno/src/Three.js>Interpolant

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

Constructors

new
Interpolant(
parameterPositions: any,
sampleValues: any,
sampleSize: number,
resultBuffer?: any,
)

Properties

parameterPositions: any
resultBuffer: any
sampleValues: any
valueSize: number

Methods

evaluate(time: number): any