|
HighMap library (C++)
|
Namespaces | |
| namespace | hmap |
| namespace | hmap::gpu |
Functions | |
| Array | hmap::gpu::mountain_cone (Vec2< int > shape, uint seed, float scale=1.f, int octaves=8, float peak_kw=4.f, float rugosity=0.f, float angle=45.f, float k_smoothing=0.f, float gamma=0.5f, float cone_alpha=1.f, float ridge_amp=0.4f, float base_noise_amp=0.05f, Vec2< float > center={0.5f, 0.5f}, const Array *p_noise_x=nullptr, const Array *p_noise_y=nullptr, Vec4< float > bbox={0.f, 1.f, 0.f, 1.f}) |
| Generates a procedural "mountain cone" heightmap using fractal noise and Voronoi patterns. | |