Name | Type | Attributes | Description |
---|---|---|---|
options |
SimplexNoiseFilterOptions |
<optional> |
Options for the SimplexNoise constructor. |
- See:
Extends
- Filter
Members
defaults SimplexNoiseFilterOptions staticreadonly
Default constructor options.
Noise map scale.
- Default Value:
- 10
Horizontal offset for the noise map.
- Default Value:
- 0
Vertical offset for the noise map.
- Default Value:
- 0
Depth offset for the noise map.
- Default Value:
- 0
The threshold used with the step function to create a blocky effect in the noise pattern. When this is greater than 0, the step function is used to compare the noise value to this threshold.
- Default Value:
- -1
Strength of the noise (color = (noiseMap + strength) * texture)
- Default Value:
- 0.5