Reference API Roblox

Engine API

Website

Related

Reference API Roblox

NoiseType

Specifies the noise algorithm used by a Noise instance's NoiseType property.

Items 1

HistoryNameValueDescription
614SimplexGabor0

Uses an OpenSimplex2 body-centered cubic (BCC) lattice with a Gabor sinusoidal kernel for anisotropic directional noise sampling.

Description

Selects the procedural noise algorithm applied when sampling through a Noise instance. The chosen value determines which kernel SampleDirectional() evaluates; different values support different sampling modes. The default value of NoiseType is NoiseType.SimplexGabor.

History 2

Settings