Difference between revisions of "Noise:setFractalLacunarity"

From GiderosMobile
 
(2 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 ===
Sets the octave lacunarity for all fractal noise types. Default = '''2.0'''.
+
Sets the octave lacunarity. Fractal Noise type. Default = 2.0.
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
Noise:setFractalLacunarity(fraclacun)
 
Noise:setFractalLacunarity(fraclacun)
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
'''Note''': seems to be good in range [-16.0...16.0]
  
 
=== Parameters ===
 
=== Parameters ===
 
'''fraclacun''': (number) '''decimal''' fractal lacunarity value<br/>
 
'''fraclacun''': (number) '''decimal''' fractal lacunarity value<br/>
  
{{Noise}}
+
{{FastNoise}}

Latest revision as of 00:10, 29 July 2025