Sets the number of octaves that generate the Perlin noise.
@param octaveCount The number of octaves that generate the Perlin noise.
@pre The number of octaves ranges from 1 to module::PERLIN_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 Perlin noise.
The larger the number of octaves, the more time required to calculate the Perlin-noise value.
See Implementation
Sets the number of octaves that generate the Perlin noise.
@param octaveCount The number of octaves that generate the Perlin noise.
@pre The number of octaves ranges from 1 to module::PERLIN_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 Perlin noise.
The larger the number of octaves, the more time required to calculate the Perlin-noise value.