Type Alias veloren_world::sim::util::HorizonMap

source ·
pub type HorizonMap<A, H> = (Vec<A>, Vec<H>);
Expand description

NOTE: First component is estimated horizon angles at each chunk; second component is estimated heights of maximal occluder at each chunk (used for making shadows volumetric).