Difference between revisions of "Noise:setFractalLacunarity"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | ''' | + | '''Available since:''' Gideros 2019.12<br/> |
− | ''' | + | '''Class:''' [[Noise]]<br/> |
=== Description === | === Description === | ||
− | Sets the octave lacunarity for all fractal noise types. | + | Sets the octave lacunarity for all fractal noise types. Default = '''2.0'''. |
− | Default | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
Noise:setFractalLacunarity(fraclacun) | Noise:setFractalLacunarity(fraclacun) |
Revision as of 17:42, 28 July 2025
Available since: Gideros 2019.12
Class: Noise
Description
Sets the octave lacunarity for all fractal noise types. Default = 2.0.
Noise:setFractalLacunarity(fraclacun)
Parameters
fraclacun: (number) decimal fractal lacunarity value