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
Find the glow level (light from lamps) at the given world position.