Difference between revisions of "Noise:setFractalType"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(2 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 method for combining octaves in all fractal noise types.<br/>
+
Sets the method for combining octaves in all fractal noise types. Default = Noise.FBM.
Default: '''FBM'''
 
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
Noise:setFractalType(type)
 
Noise:setFractalType(type)
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
Please see '''[[FastNoise Constants]]''' for fractal noise types.
  
 
=== Parameters ===
 
=== Parameters ===
 
'''type''': (constant) fractal type<br/>
 
'''type''': (constant) fractal type<br/>
  
{{Noise}}
+
{{FastNoise}}

Latest revision as of 20:10, 29 July 2025