Difference between revisions of "Noise:setGradientPerturbAmp"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision 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 maximum warp distance from original location when using GradientPerturb{Fractal}(...).<br/>
+
Sets the maximum warp distance from original location when using GradientPerturb{Fractal}(...). Default = 1.0.
Default: '''1.0'''
 
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
Noise:setGradientPerturbAmp(gradientPerturbAmp)
 
Noise:setGradientPerturbAmp(gradientPerturbAmp)
Line 13: Line 12:
 
'''gradientPerturbAmp''': (number) '''decimal''' maximum warp distance<br/>
 
'''gradientPerturbAmp''': (number) '''decimal''' maximum warp distance<br/>
  
{{Noise}}
+
{{FastNoise}}

Latest revision as of 00:13, 29 July 2025