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

x/remapper/src/deps.ts>three.SphericalHarmonics3#fromArray

A framework for Beat Saber map scripting.
Go to Latest
method three.SphericalHarmonics3.prototype.fromArray
Re-export
import { three } from "https://deno.land/x/remapper@2.1.0/src/deps.ts";
const { SphericalHarmonics3 } = three;

Sets the values of this spherical harmonics from the provided array or array-like.

Parameters

array: number[] | ArrayLike<number>

the source array or array-like.

optional
offset: number

(optional) offset into the array. Default is 0.