NoiseType
Specifies the noise algorithm used by a Noise instance's NoiseType
property.
Items 1
| History | Name | Value | Description | |
|---|---|---|---|---|
| 614 | SimplexGabor | 0 | 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
- 614 Add SimplexGabor
- 614 Add NoiseType