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

@@ -51,7 +51,7 @@ union {
}
// =======================================================
#local RO = 5.39;
#local RO = 5.43;
#local CK = NormClock * 13.37;
#declare PosX = RO * sin(CK);
@@ -60,6 +60,7 @@ union {
object { HexaBenz ()
rotate -y*CK*82.3 translate <PosX, PosY, PosZ>
}
#declare PosX = RO * sin(CK+2.12);
#declare PosY = 0;
#declare PosZ = RO * cos(CK+2.23);
@@ -71,7 +72,7 @@ object { HexaCone ()
#declare PosY = 0;
#declare PosZ = RO * cos(CK+3.23);
object { Trident_A ()
rotate <clock*1.3, 0, clock*0.7>
rotate <clock*0.3, 0, clock*0.7>
rotate y*CK*99.22 translate <PosX, PosY, PosZ>
}
@@ -87,7 +88,7 @@ light_source { <23, 10, 15>, rgb <0.77, 0.79, 0.80> }
// -------------------------------------------------------------
camera {
location <9+NormClock, 1.60+(11*NormClock), 11.59>
location <9+NormClock, 1.60+(17*NormClock), 11.59>
look_at <0.0, 0.0, 0>
right <image_width/image_height, 0, 0>
#if (0)
@@ -95,6 +96,6 @@ camera {
aperture 0.046
blur_samples 30
#end
angle 61 - (5*NormClock)
angle 61 - (7*NormClock)
}