Difference between revisions of "Noise:getCellularDistanceFunction"

From GiderosMobile
(removed language stuff)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
'''Available since:''' Gideros 2019.12<br/>
 
'''Available since:''' Gideros 2019.12<br/>
'''Class:''' [[Noise]]<br/>
+
'''Class:''' [[FastNoise]]<br/>
  
 
=== Description ===
 
=== Description ===
 
Returns the distance function used in cellular noise calculations.
 
Returns the distance function used in cellular noise calculations.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(constant) = Noise:getCellularDistanceFunction()
 
(constant) = Noise:getCellularDistanceFunction()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===
 
'''Returns''' (constant) noise distance function<br/>
 
'''Returns''' (constant) noise distance function<br/>
  
{{Noise}}
+
{{FastNoise}}

Latest revision as of 23:25, 28 July 2025