Difference between revisions of "Noise:setFractalLacunarity"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
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:''' [[Noise]]<br/>
  
 
=== Description ===
 
=== Description ===
Sets the octave lacunarity for all fractal noise types.<br/>
+
Sets the octave lacunarity for all fractal noise types. Default = '''2.0'''.
Default: '''2.0'''
 
 
<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

Template:Noise