FastNoise Constants

From GiderosMobile
Revision as of 23:01, 28 July 2025 by MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2019.12<br/> '''Defined by:''' FastNoise<br/> === Constants === ==== Cellular data type ==== '''Noise.CELLULAR''': Cellular data...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2019.12
Defined by: FastNoise

Constants

Cellular data type

Noise.CELLULAR: Cellular data type

Fractal data type

Noise.BILLOW: Fractal data type
Noise.FBM: Fractal data type
Noise.PERLIN: Fractal data type
Noise.PERLIN_FRACTAL: Fractal data type
Noise.RIGID_MULTI: Fractal data type
Noise.SIMPLEX: Fractal data type
Noise.SIMPLEX_FRACTAL: Fractal data type
Noise.VALUE: Fractal data type
Noise.VALUE_FRACTAL: Fractal data type

Noise data type

Noise.CELL_VALUE: Noise data type
Noise.CUBIC: Noise data type
Noise.CUBIC_FRACTAL: Noise data type
Noise.DISTANCE: Noise data type
Noise.DISTANCE_2: Noise data type
Noise.DISTANCE_2_ADD: Noise data type
Noise.DISTANCE_2_DIV: Noise data type
Noise.DISTANCE_2_MUL: Noise data type
Noise.DISTANCE_2_SUB: Noise data type
Noise.EUCLIDEAN: Noise data type
Noise.HERMITE: Noise data type
Noise.LINEAR: Noise data type
Noise.MANHATTAN: Noise data type
Noise.NATURAL: Noise data type
Noise.NOISE_LOOKUP: Noise data type
Noise.QUINTIC: Noise data type
Noise.WHITE_NOISE: Noise data type