HighMap library (C++)
|
Namespaces | |
namespace | hmap |
Functions | |
int | hmap::count_neighbors_to_fill (int i, int j, Mat< int > &is_cell_done) |
bool | hmap::cmp_queue (std::pair< int, std::pair< int, int > > &a, std::pair< int, std::pair< int, int > > &b) |
Array | hmap::non_parametric_sampling (const Array &array, hmap::Vec2< int > patch_shape, uint seed, float error_threshold=0.1f) |
Synthesize a new heightmap based on an input array using a non-parametric sampling method. | |