HighMap library (C++)
Loading...
Searching...
No Matches
thermal_schott.cpp File Reference

Namespaces

namespace  hmap
 

Functions

void hmap::thermal_schott (Array &z, const Array &talus, int iterations=10, float intensity=0.001f)
 Applies the thermal erosion process to an array of elevation values.
 
void hmap::thermal_schott (Array &z, const Array &talus, Array *p_mask, int iterations=10, float intensity=0.001f)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
void hmap::thermal_schott (Array &z, const float talus, int iterations=10, float intensity=0.001f)
 Applies the thermal erosion process with a uniform slope threshold.
 
void hmap::thermal_schott (Array &z, const float talus, Array *p_mask, int iterations=10, float intensity=0.001f)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.