Difference between revisions of "Noise:setFractalOctaves"
From GiderosMobile
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
− | The amount of noise layers used to create the fractal. Used in all | + | The amount of noise layers used to create the fractal. Used in all Fractal Noise generation. Default: 3. |
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
Noise:setFractalOctaves(octaves) | Noise:setFractalOctaves(octaves) |
Revision as of 15:41, 28 July 2025
Available since: Gideros 2019.12
Class: Noise
Description
The amount of noise layers used to create the fractal. Used in all Fractal Noise generation. Default: 3.
Noise:setFractalOctaves(octaves)
Parameters
octaves: (number) integer amount of layers