User Tools

Site Tools


get_noise_2d

This is an old revision of the document!


Get Noise 2D


(WIP)

Returns the 2D noise value (between -1 and 1) for the given X/Y position. The randomly generated noise from which the value is retrieved is based on the “global.noise_seed” variable, which can be changed in order to generated a different noise pattern.

Signature:

get_noise_2d(x, y)
ArgumentDescriptionTypeRequired
x NumberYes
y NumberYes
Return ValueDescriptionType
Noise Value Number

Example:

get_noise_2d();

Results:

Use the Get Noise 2D function to…


Editor Node:

get_noise_2d.1707264513.txt.gz · Last modified: 2024/02/06 16:08 by justin