a lot of change, stay tuned

This commit is contained in:
Tonton Th
2025-02-19 02:49:16 +01:00
parent 532560518c
commit db5eedffe1
17 changed files with 285 additions and 205 deletions

View File

@@ -14,22 +14,22 @@
// =======================================================
#for (idX, 0, 4)
#for (idZ, 0, 4)
#for (idX, 0, 5)
#for (idZ, 0, 5)
#local posX = (idX * 4.56) - 9.5 + (rand(Rng1)-0.5);
#local posY = 2.9 + (1.2*(rand(Rng1)-0.5));
#local posZ = (idZ * 4.24) - 7.9;
#local posX = (idX * 4.72) - 11.6 + (rand(Rng1)-0.5);
#local posY = 3.1 + (1.2*(rand(Rng1)-0.5));
#local posZ = (idZ * 4.37) - 7.9;
#local Rx = (rand(Rng1) - 0.5) * 8;
#local Ry = (rand(Rng1) - 0.5) * 14;
#local Rz = (rand(Rng1) - 0.5) * 11;
#if (rand(Rng1) < 0.515)
object { HexaCone ()
rotate <0, Ry, Rz>
rotate <Rx, Ry, Rz>
translate <posX, posY, posZ> }
#else
object { HexaBenz ()
rotate <0, Ry, Rz>
rotate <Rx, Ry, Rz>
translate <posX, posY, posZ> }
#end
#end
@@ -41,12 +41,12 @@ object { Le_Decor }
// object { Repere scale 5 translate y }
#local CamX = -8.7+(6.6*NormClock);
#local CamY = 2.1+(13.37*Cos_01(NormClock));
#local CamZ = 15.86+(12.9*Cos_01(NormClock));
#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));
camera {
location <CamX, CamY, CamZ>
look_at <0.0, 0.5, 0>
look_at <0.0, -NormClock, 0>
angle 60 - (3.97 * NormClock)
}