RidgedMulti.SetOctaveCount

Sets the number of octaves that generate the ridged-multifractal noise.

@param octaveCount The number of octaves that generate the ridged-multifractal noise.

@pre The number of octaves ranges from 1 to module::RIDGED_MAX_OCTAVE.

@throw new ExceptionInvalidParam An invalid parameter was specified; see the preconditions for more information.

The number of octaves controls the amount of detail in the ridged-multifractal noise.

The larger the number of octaves, the more time required to calculate the ridged-multifractal-noise value.

class RidgedMulti
void
SetOctaveCount

Meta