From 3b3cb72dc00984145b12f500dfaf2f2bf6b983ec Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Thu, 27 May 2021 23:07:07 +0200 Subject: [PATCH] flx max depth --- in_one_weekend/src/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{