commits du dimanche soir, espoir

This commit is contained in:
Tonton Th
2026-01-04 23:01:37 +01:00
parent 90894f8008
commit 111a7519f1
27 changed files with 153 additions and 59 deletions

View File

@@ -6,6 +6,7 @@
#include "globals.inc"
#declare NO_DYNAMIC = 1;
#include "all.inc"
// =======================================================
@@ -66,6 +67,13 @@ object { HexaCone ()
rotate y*CK*99.22 translate <PosX, PosY, PosZ>
}
#declare PosX = RO * sin(CK+3.12);
#declare PosY = 0;
#declare PosZ = RO * cos(CK+3.23);
object { HexaStar ()
rotate y*CK*99.22 translate <PosX, PosY, PosZ>
}
object { Planete rotate (-clock*0.21)*y }
light_source { <23, 6, 15>, rgb <0.77, 0.79, 0.80> }