commit du dimanche soir de la flemme

This commit is contained in:
Tonton Th
2025-03-16 21:32:23 +01:00
parent 095dfbdd39
commit c03f402b4c
16 changed files with 215 additions and 111 deletions

View File

@@ -59,13 +59,13 @@ union {
#declare PosY = 0;
#declare PosZ = RO * cos(CK);
object { HexaBenz ()
rotate -y*CK*42.3 translate <PosX, PosY, PosZ>
rotate -y*CK*62.3 translate <PosX, PosY, PosZ>
}
#declare PosX = RO * sin(CK+2.12);
#declare PosY = 0;
#declare PosZ = RO * cos(CK+2.23);
object { HexaCone ()
rotate y*CK*49.22 translate <PosX, PosY, PosZ>
rotate y*CK*79.22 translate <PosX, PosY, PosZ>
}
object { Planete rotate (-clock*0.21)*y }