Skip to main content
Module

x/fractal_noise/mod.ts>makeCuboid

Fractal noise functions
Go to Latest
function makeCuboid
import { makeCuboid } from "https://deno.land/x/fractal_noise@v2.0.0/mod.ts";

Parameters

width: number
height: number
depth: number
noise3: Noise3Fn
optional
options: Partial<Options> = [UNSUPPORTED]

Returns

number[][]