|
| Array | hmap::gpu::blend_gradients (const Array &array1, const Array &array2, int ir=4) |
| | See hmap::blend_gradients.
|
| |
| Array | hmap::gpu::blend_poisson_bf (const Array &array1, const Array &array2, const int iterations=500, const Array *p_mask=nullptr) |
| | Blends two arrays using Poisson blending with a brute-force solver.
|
| |
| Texture | hmap::gpu::blend_poisson_bf (const Texture &texture1, const Texture &texture2, const int iterations=500, const Array *p_mask=nullptr) |
| | Blends two textures using Poisson blending with a brute-force solver.
|
| |
| Array | hmap::gpu::transfer (const Array &source, const Array &target, int ir, float amplitude, bool target_prefiltering=false) |
| | See hmap::transfer.
|
| |