Difference between revisions of "Noise:setFractalLacunarity"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''<translate>Available since</translate>:''' Gideros 2019.12<br/>
+
'''Available since:''' Gideros 2019.12<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Noise|Noise]]<br/>
+
'''Class:''' [[FastNoise]]<br/>
  
 
=== Description ===
 
=== Description ===
Sets the octave lacunarity for all fractal noise types.<br/>
+
Sets the octave lacunarity. Fractal Noise type. Default = 2.0.
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