slower gyros

This commit is contained in:
Tonton Th 2025-11-13 18:16:15 +01:00
parent 730b4d5a23
commit 9560b26090

View File

@ -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