diff --git a/src/tube/mod.rs b/src/tube/mod.rs index 797e493..9f7b434 100644 --- a/src/tube/mod.rs +++ b/src/tube/mod.rs @@ -236,7 +236,7 @@ impl DebugTraceable for Space { let Some(ray_outta_flat) = ret.end else { return (hits, RayPath { points }); }; - points.extend(self.line(ray_into_flat.pos, ray_outta_flat.pos, 10.0)); + points.extend(self.line(ray_into_flat.pos, ray_outta_flat.pos, 1.0)); ray = ray_outta_flat; } panic!("tracing didn't terminate");