a lot of cosmetic

This commit is contained in:
Tonton Th
2025-09-12 03:56:21 +02:00
parent 11717a4f6a
commit 898828b49d
11 changed files with 35 additions and 27 deletions

View File

@@ -57,7 +57,7 @@ union {
object { Gyros }
#declare Selector = mod(int(clock/14), 6);
#declare Selector = mod(int(clock/17), 6);
#debug concat("Selector = ", str(Selector, 6, 0), "\n")
#switch (Selector)
@@ -74,12 +74,12 @@ object { Gyros }
#debug " HexaWood !!!\n"
#break
#case (3)
object { Chose }
object { Chose rotate y*clock }
#debug " Chose\n"
#break
#case (4)
object { Tridents scale 1.7 translate -y*0.1 }
#debug " Tridents !!!\n"
object { Chose rotate -y*clock }
#debug " Chose\n"
#break
#case (5)
object { Horloge }