noise
Computes and returns the 1D noise for the given coordinate in 1D space
Return
Noise at given location, from range -1 to 1
Parameters
X coordinate
Computes and returns the 2D noise for the given coordinates in 2D space
Return
Noise at given location, from range -1 to 1
Parameters
X coordinate
Y coordinate
Computes and returns the 3D noise for the given coordinates in 3D space
Return
Noise at given location, from range -1 to 1
Parameters
X coordinate
Y coordinate
Z coordinate
Generates noise for the 1D coordinates using the specified number of octaves and parameters
Return
Resulting noise
Parameters
X-coordinate
Number of octaves to use
How much to alter the frequency by each octave
How much to alter the amplitude by each octave
Generates noise for the 1D coordinates using the specified number of octaves and parameters
Return
Resulting noise
Parameters
X-coordinate
Number of octaves to use
How much to alter the frequency by each octave
How much to alter the amplitude by each octave
If true, normalize the value to [-1, 1]
Generates noise for the 2D coordinates using the specified number of octaves and parameters
Return
Resulting noise
Parameters
X-coordinate
Y-coordinate
Number of octaves to use
How much to alter the frequency by each octave
How much to alter the amplitude by each octave
Generates noise for the 2D coordinates using the specified number of octaves and parameters
Return
Resulting noise
Parameters
X-coordinate
Y-coordinate
Number of octaves to use
How much to alter the frequency by each octave
How much to alter the amplitude by each octave
If true, normalize the value to [-1, 1]
Generates noise for the 3D coordinates using the specified number of octaves and parameters
Return
Resulting noise
Parameters
X-coordinate
Y-coordinate
Z-coordinate
Number of octaves to use
How much to alter the frequency by each octave
How much to alter the amplitude by each octave
Generates noise for the 3D coordinates using the specified number of octaves and parameters
Return
Resulting noise
Parameters
X-coordinate
Y-coordinate
Z-coordinate
Number of octaves to use
How much to alter the frequency by each octave
How much to alter the amplitude by each octave
If true, normalize the value to [-1, 1]