Noise:whiteNoise4D

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page contains changes which are not marked for translation.


Available since: Gideros 2019.12
Class: Noise

Description


Get 4D white noise value (other dimensions availiable using Noise:noise([x, y, z]) OR Noise:noise2D(x, y) OR Noise:noise3D(x, y, z) methods, you only need to set noise type using Noise:setNoiseType(Noise.WHITE_NOISE))

(number) = Noise:whiteNoise4D(x, y, z, w)

Parameters

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

Return values

Returns noise value from -1.0 to 1.0