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

Namespaces

namespace  hmap
 

Functions

HeightmapRGBA hmap::mix_heightmap_rgba (HeightmapRGBA &rgba1, HeightmapRGBA &rgba2, bool use_sqrt_avg=true)
 
HeightmapRGBA hmap::mix_heightmap_rgba (std::vector< HeightmapRGBA * > p_rgba_list, bool use_sqrt_avg=true)
 
HeightmapRGBA hmap::mix_normal_map_rgba (HeightmapRGBA &nmap_base, HeightmapRGBA &nmap_detail, float detail_scaling=1.f, NormalMapBlendingMethod blending_method=NormalMapBlendingMethod::NMAP_DERIVATIVE)
 Mixes two normal maps in RGBA format to create a blended normal map.