a lot of tweaks

This commit is contained in:
Tonton Th
2025-09-06 01:00:39 +02:00
parent 540c16b47f
commit f28b260f8d
7 changed files with 30 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ union {
object { Gyros }
#declare Selector = mod(int(clock/32), 6);
#declare Selector = mod(int(clock/14), 6);
#debug concat("Selector = ", str(Selector, 6, 0), "\n")
#switch (Selector)
@@ -90,10 +90,10 @@ object { Gyros }
plane {
y, 0
texture { T_Planete_A scale 0.3333 }
texture { T_Planete_B scale 0.3333 }
}
object { Repere translate y*0.6 }
object { Repere translate y*0.8 }
// =======================================================