diff --git a/in_one_weekend/src/main.zig b/in_one_weekend/src/main.zig index bb0e16b..debe89f 100644 --- a/in_one_weekend/src/main.zig +++ b/in_one_weekend/src/main.zig @@ -88,7 +88,7 @@ pub fn main() anyerror!void { const imageWidth = 600; const imageHeight = @floatToInt(usize, imageWidth / aspectRatio); const samplesPerPixel = 100; - const maxDepth = 5; + const maxDepth = 50; // World const materialGround = Material{