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

class Tinman.Noise.Scalar.Spline

Short Name:
  • class Scalar.Spline
Derived From:
Fields:

Returns a noise function that maps the noise values returned by this noise function onto the given curve.

The given curve is assumed to be 1D, so only the X-coordinate is used. The noise values computed by this function are used as control point indices.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required noise Scalar    

The source noise function.

required curve Curve    

The curve.

optional minimum number  
0

The noise value to map to the first curve control point.

optional maximum number  
1

The noise value to map to the last curve control point.