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

class Tinman.Noise.Scalar.MultiRidged

Short Name:
  • class MultiRidged
Derived From:
Fields:

Returns a multifractal noise function based on this noise function.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required noise Scalar    

The source noise function.

optional octaves number  
8

The number of octaves.

optional amplitude number  
0.5

Factor to apply to amplitude when going to the next octave. The amplitude of the first octave is 1.

optional frequency number  
2

Factor to apply to frequency when going to the next octave. The frequency of the first octave is 1.

optional offset number  
1

The offset value.

optional gain number  
2

The gain value.