noise
Generates noise for the 1D coordinates using the specified number of octaves and parameters
Return
Resulting noise
Parameters
X-coordinate
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
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
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
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
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
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]