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

class Tinman.Noise.Scalar.Clamp

Short Name:
  • class Clamp
Derived From:
Fields:

Clamps the noise values of the given function to the specified number range.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required noise Scalar    

The noise function which values shall be clamped to the given range.

required minimum number    

The minimum noise value.

required maximum number    

The maximum noise value.