glow_at_wpos_inner

Function glow_at_wpos_inner 

Source
fn glow_at_wpos_inner<'a>(
    chunk_glow_map: impl Fn(Vec2<i32>) -> Option<&'a Arc<dyn Fn(Vec3<i32>) -> f32 + Send + Sync>>,
    wpos: Vec3<i32>,
) -> f32
Expand description

Find the glow level (light from lamps) at the given world position.