Difference between revisions of "Noise:setFractalOctaves"

From GiderosMobile
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2019.12<br/>
 
'''Available since:''' Gideros 2019.12<br/>
'''Class:''' [[Noise]]<br/>
+
'''Class:''' [[FastNoise]]<br/>
  
 
=== Description ===
 
=== Description ===
The amount of noise layers used to create the fractal. Used in all fractal noise generation. Default: 3.
+
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)
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
'''Note''': seems to be good in range [1...16]
  
 
=== Parameters ===
 
=== Parameters ===
 
'''octaves''': (number) '''integer''' amount of layers<br/>
 
'''octaves''': (number) '''integer''' amount of layers<br/>
  
{{Noise}}
+
{{FastNoise}}

Latest revision as of 00:10, 29 July 2025