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

@@ -13,7 +13,7 @@
#include "all.inc"
// ---------------------------------------------------------
object { Repere scale 20 translate y*20 }
object { Repere scale 10 translate y*20 }
// ---------------------------------------------------------
// dessiner une grille
union {
@@ -23,16 +23,16 @@ union {
cylinder { <-150, H, Foo>, <150, H, Foo>, Ra }
cylinder { <Foo, H, -150>, <Foo, H, 150>, Ra }
#end
pigment { color Black }
pigment { color Black }
}
// ---------------------------------------------------------
object { Le_Decor }
camera {
location <46, 149+(117*NormClock), 18-(12*NormClock)>
location <46, 199+(137*NormClock), 18-(12*NormClock)>
look_at <0, 1.18, 0.17 + (2.4*NormClock)>
right <image_width/image_height, 0, 0>
angle 50
angle 35
}