Sets the number of octaves that generate the billowy noise.
@param octaveCount The number of octaves that generate the billowy noise.
@pre The number of octaves ranges from 1 to noise::module::BILLOW_MAX_OCTAVE.
@throw new noise::ExceptionInvalidParam An invalid parameter was specified; see the preconditions for more information.
The number of octaves controls the amount of detail in the billowy noise.
The larger the number of octaves, the more time required to calculate the billowy-noise value.
See Implementation
Sets the number of octaves that generate the billowy noise.
@param octaveCount The number of octaves that generate the billowy noise.
@pre The number of octaves ranges from 1 to noise::module::BILLOW_MAX_OCTAVE.
@throw new noise::ExceptionInvalidParam An invalid parameter was specified; see the preconditions for more information.
The number of octaves controls the amount of detail in the billowy noise.
The larger the number of octaves, the more time required to calculate the billowy-noise value.