MultiRidged

Description

Name

class Tinman.Noise.Scalar.MultiRidged

Derived from

Noise.Scalar

Returns a multi-fractal noise function based on this noise function.

Fields / Required

noise

The source noise function.

Fields / Optional

octaves

Type

number

Default

8

The number of octaves.


amplitude

Type

number

Default

0.5

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


frequency

Type

number

Default

2

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


offset

Type

number

Default

1

The offset value.


gain

Type

number

Default

2

The gain value.