Difference between revisions of "Noise:setCellularJitter"

From GiderosMobile
(Created page with "__NOTOC__ '''<translate>Available since</translate>:''' Gideros 2019.12<br/> '''<translate>Class</translate>:''' Noise<br/> === Description === S...")
 
 
(2 intermediate revisions by one other 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 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/>
+
<syntaxhighlight lang="lua">
Default: '''0.45'''
 
<source lang="lua">
 
 
Noise:setCellularJitter(cellularJitter)
 
Noise:setCellularJitter(cellularJitter)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===
 
'''cellularJitter''': (number) '''decimal''' maximum distance<br/>
 
'''cellularJitter''': (number) '''decimal''' maximum distance<br/>
  
{{Noise}}
+
{{FastNoise}}

Latest revision as of 00:03, 29 July 2025