Difference between revisions of "Noise:setCellularJitter"

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 maximum distance a cellular point can move from its grid position.<br/>
+
Sets the maximum distance a cellular point can move from its grid position. Setting this high will make artifacts more common. Default = 0.45.
Setting this high will make artifacts more common.<br/>
 
Default: '''0.45'''
 
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
Noise:setCellularJitter(cellularJitter)
 
Noise:setCellularJitter(cellularJitter)
Line 14: Line 12:
 
'''cellularJitter''': (number) '''decimal''' maximum distance<br/>
 
'''cellularJitter''': (number) '''decimal''' maximum distance<br/>
  
{{Noise}}
+
{{FastNoise}}

Latest revision as of 00:03, 29 July 2025