Easter Egg commit (big!)

This commit is contained in:
Tonton Th
2026-04-05 00:27:54 +02:00
parent c9dba8d6aa
commit 43f58d9ce9
30 changed files with 241 additions and 186 deletions

View File

@@ -109,7 +109,7 @@ union {
light_source { 0,
rgb <rand(Rng2), rand(Rng2), rand(Rng2)>
fade_distance 0.96
fade_power 1.95
fade_power 1.55
}
}
rotate -z*clock*8
@@ -151,7 +151,7 @@ difference {
/* cette sphere devrait devenir
un vrai cockpit ? */
object { Forme_Cockpit
translate y*R_Tube*0.97}
translate y*R_Tube*0.975}
}
cylinder { z*4, -z*4, R_int }
}
@@ -163,17 +163,18 @@ texture { Soft_Silver scale 6.0 }
#macro Benz_Antenne ()
union {
#local RBA = 0.020;
sphere { 0, RBA scale <1, 1, 10> }
sphere { 0, RBA scale <1, 1, 14> }
union {
#local RBA2 = RBA*0.149;
#local E = 0.018;
cylinder { E*z, <0, 0.20, E>, RBA2 }
cylinder { -E*z, <0, 0.20, E>, RBA2 }
scale <1, 1, 5.555>
#local E = 0.016;
cylinder { E*z, <0, 0.20, E>, RBA2 }
cylinder { E*z, <0, 0.20, 0>, RBA2 }
cylinder { -E*z, <0, 0.20, -E>, RBA2 }
scale <1, 1.5, 5.555>
}
#if ( mod(clock, 10+3*rand(Rng1)) < (10*rand(Rng1)) )
texture { tPlasticPrune }
texture { tPlasticBlue }
#else texture { tPlasticGreen }
#end
}