Difference between revisions of "Noise:noise"

From GiderosMobile
(removed language stuff)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2019.12<br/>
 
'''Available since:''' Gideros 2019.12<br/>
'''Class:''' [[Noise]]<br/>
+
'''Class:''' [[FastNoise]]<br/>
  
 
=== Description ===
 
=== Description ===
 
Gets the 1D/2D/3D noise value.
 
Gets the 1D/2D/3D noise value.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = Noise:noise([x, y, z])
 
(number) = Noise:noise([x, y, z])
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===
Line 17: Line 17:
 
'''Returns''' noise value from -1.0 to 1.0<br/>
 
'''Returns''' noise value from -1.0 to 1.0<br/>
  
{{Noise}}
+
{{FastNoise}}

Latest revision as of 23:53, 28 July 2025