Difference between revisions of "Noise:setFractalType"

From GiderosMobile
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
  
 
=== Description ===
 
=== Description ===
Sets the method for combining octaves in all fractal noise types. Default = FBM.
+
Sets the method for combining octaves in all fractal noise types. Default = Noise.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 ===

Latest revision as of 20:10, 29 July 2025