From 9560b26090901064e66f4ac29349d6c5b8645808 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Thu, 13 Nov 2025 18:16:15 +0100 Subject: [PATCH] slower gyros --- contexte.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contexte.inc b/contexte.inc index 6a40842..a8710f0 100644 --- a/contexte.inc +++ b/contexte.inc @@ -74,7 +74,7 @@ union { } #undef WB pigment { color Gray90 } - #local Ro = 0.5 + (2.0 * rand(Rng1)); + #local Ro = 0.5 + (1.0 * rand(Rng1)); #if (rand(Rng1) < 0.50) #local Ro = -Ro; #end