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

@@ -63,7 +63,7 @@ union {
#declare Patrouille = object
{
union {
#local EX = 1.9;
#local EX = 1.9 + (0.3*cos(NormClock*5));
#local EZ = 2.0 + (0.5*sin(NormClock*2));
object { Trident_A () rotate x*87 }
object { HexaBenz () translate <-EX, 0, -EZ> }
@@ -81,11 +81,11 @@ merge {
sphere { 0, 0.06 }
#local R = rand(Rng1);
#if (R < 0.25)
texture { T_Chrome_3A }
texture { R_Texture }
#elseif (R < 0.50)
texture { T_Chrome_2B }
texture { Y_Texture }
#elseif (R < 0.75)
texture { T_Chrome_3C }
texture { G_Texture }
#else
texture { T_Chrome_3D }
#end // IF
@@ -129,7 +129,7 @@ union {
object { Corps_Wagonnet_0 (Longueur) }
#for (Foo, 0, 5)
#local DX = 0.35 - (Foo*0.24);
#local RP = -30 + (60 * rand(Rng1));
#local RP = -30 + (80 * rand(Rng1));
object { Pointe_Wagonnet_0 ()
translate <DX, 0.31, 0> rotate x*RP }
#end
@@ -264,10 +264,10 @@ difference {
#local R = rand(Rng1);
// #debug concat("Random = ", str(R, 6, 4), "\n")
#if ( R < 0.23 ) texture { T_Planete_B }
#if ( R < 0.27 ) texture { T_Planete_B }
#elseif ( R < 0.56 ) texture { T_Beton_1 }
#else texture { T_Beton_2 }
#end // if
#else texture { T_Planete_A }
#end // if R
rotate y * (207 * rand(Rng1))
}