PerlinNoise get3d - Uberi/MineTest-API GitHub Wiki

PerlinNoise:get3d

Description

Obtain the value of the 3D Perlin noise at a given position.

Syntax

[float](../type/float.html) get3d([position](../type/position.html) pos)

Examples

local value = noise:get3d({x=0, y=0, z=0})
⚠️ **GitHub.com Fallback** ⚠️