Difference between revisions of "Noise:setFractalType"

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:''' [[FastNoise]]<br/>
  
 
=== Description ===
 
=== Description ===
Sets the method for combining octaves in all fractal noise types.<br/>
+
Sets the method for combining octaves in all fractal noise types. Default = FBM.
Default: '''FBM'''
 
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
Noise:setFractalType(type)
 
Noise:setFractalType(type)
Line 13: Line 12:
 
'''type''': (constant) fractal type<br/>
 
'''type''': (constant) fractal type<br/>
  
{{Noise}}
+
{{FastNoise}}

Revision as of 00:11, 29 July 2025