le commit en chocolat

This commit is contained in:
Tonton Th
2025-04-22 00:49:18 +02:00
parent a9ec016184
commit c82f6f4de5
18 changed files with 176 additions and 132 deletions

View File

@@ -33,7 +33,7 @@
#if ( (abs(posX)>1.2) & (abs(posZ)>1.2) )
#if (rand(Rng1) < 0.505)
#if (rand(Rng1) < 0.555)
object { HexaCone () rotate <Rx, Ry, Rz>
translate <posX, posY, posZ> }
#else
@@ -54,9 +54,9 @@ object { Le_Decor }
// object { Repere scale 5 translate y }
#local CamX = -8.7 + (6.6*Cos_01(NormClock));
#local CamY = 2.95 + (18.64*Cos_01(NormClock));
#local CamZ = 16.86 + (12.9*Cos_01(NormClock));
#local CamX = -8.7 + ( 6.6 * Cos_01(NormClock));
#local CamY = 2.95 + (22.64 * Cos_01(NormClock));
#local CamZ = 16.86 + (12.9 * Cos_01(NormClock));
camera {
location <CamX, CamY, CamZ>