Difference between revisions of "Noise:setFractalLacunarity"

From GiderosMobile
(Created page with "__NOTOC__ '''<translate>Available since</translate>:''' Gideros 2019.12<br/> '''<translate>Class</translate>:''' Noise<br/> === Description === S...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
Sets the octave lacunarity for all fractal noise types.<br/>
 
Sets the octave lacunarity for all fractal noise types.<br/>
 
Default: '''2.0'''
 
Default: '''2.0'''
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Noise:setFractalLacunarity(fraclacun)
 
Noise:setFractalLacunarity(fraclacun)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Latest revision as of 15:32, 13 July 2023

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