Short Name:
|
Derived From:
|
Fields: |
Returns a noise function that replaces bad number values produced by this noise function with the given values.
The following table lists all fields of this config type.
Field | Type | Constraint | Default | |
---|---|---|---|---|
required
|
noise
|
Scalar
|
||
The source noise function. |
||||
required
|
nan
|
number
|
||
The replacement value for NaN (not-a-number). |
||||
required
|
neg
|
number
|
||
The replacement value for negative infinity. |
||||
required
|
pos
|
number
|
||
The replacement value for positive infinity. |