TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Tinman.Noise.Scalar.Nan

Short Name:
  • class Nan
Derived From:
Fields:

Returns a noise function that replaces bad number values produced by this noise function with the given values.

Fields

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.