Difference between revisions of "Noise:simplex4D"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 7: Line 7:
 
Get 4D simplex noise.<br />
 
Get 4D simplex noise.<br />
 
<br /></translate>
 
<br /></translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
  Noise:simplex4D(x, y, z, w)
 
  Noise:simplex4D(x, y, z, w)
 
</source>
 
</source>

Revision as of 15:30, 13 July 2023


Available since: Gideros 2019.12
Class: Noise

Description


Get 4D simplex noise.

<syntaxhighlight lang="lua">

Noise:simplex4D(x, y, z, w)

</source>

Parameters

x: (number) x value
y: (number) y value
z: (number) z value
w: (number) w value