Difference between revisions of "Noise:noise"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(One intermediate revision 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 ===
Line 7: Line 7:
 
<syntaxhighlight 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