HighMap library (C++)
|
Go to the source code of this file.
Namespaces | |
namespace | hmap |
Functions | |
void | hmap::upscale_amplification (Array &array, int upscaling_levels, float persistence, std::function< void(Array &x, float current_scaling)> unary_op) |
Applies an upscaling amplification process to an array, followed by a unary operation. | |