Interface: SimplexNoiseFilterOptions

SimplexNoiseFilterOptions

Options for the SimplexNoiseFilter constructor.

Properties:
Name Type Default Description
noiseScale number 10.0

Noise map scale.

offsetX number 0

Horizontal offset for the noise map.

offsetY number 0

Vertical offset for the noise map.

offsetZ number 0

Depth offset for the noise map.

step number -1

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.

strength number 0.5

Noise map strength.

Members

noiseScale number

Noise map scale.

Default Value:
  • 10.0

offsetX number

Horizontal offset for the noise map.

Default Value:
  • 0

offsetY number

Vertical offset for the noise map.

Default Value:
  • 0

offsetZ number

Depth offset for the noise map.

Default Value:
  • 0

step number

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 number

Noise map strength.

Default Value:
  • 0.5