import { MathUtils } from "https://deno.land/x/threejs_4_deno@v121/src/Three.js";
const { lerp } = MathUtils;
Returns a value linearly interpolated from two known points based on the given interval - t = 0 will return x and t = 1 will return y.
import { MathUtils } from "https://deno.land/x/threejs_4_deno@v121/src/Three.js";
const { lerp } = MathUtils;
Returns a value linearly interpolated from two known points based on the given interval - t = 0 will return x and t = 1 will return y.