Scalar.MultiSum

Description

Name

class Tinman.Noise.Scalar.MultiSum

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.