pub fn should_draw_greedy(
    pos: Vec3<i32>,
    delta: Vec3<i32>,
    flat_get: impl Fn(Vec3<i32>) -> Block
) -> Option<(bool, FaceKind)>
Expand description

NOTE: Make sure to reflect any changes to how meshing is performanced in [scene::terrain::Terrain::skip_remesh].