From d6636bc84403e63ae852d403ef44238def81e9ae Mon Sep 17 00:00:00 2001 From: Jean-Michel Gorius Date: Mon, 14 Nov 2022 11:07:00 +0100 Subject: [PATCH] Tweak the complex scene parameters --- scenes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes.c b/scenes.c index 60ce061..962d124 100644 --- a/scenes.c +++ b/scenes.c @@ -323,7 +323,7 @@ const Hittable *complex_scene(Arena *arena) { hittable_create_sphere((Point3){220, 280, 300}, 80, material_create_lambertian( texture_create_perlin_noise( - 0.1, PERLIN_DEFAULT_POINT_COUNT, arena), + 3.0, PERLIN_DEFAULT_POINT_COUNT, arena), arena), arena), arena);