a lot of minor changes

This commit is contained in:
Tonton Th
2025-11-04 13:28:16 +01:00
parent 8532b81c36
commit 75b1b9f741
9 changed files with 26 additions and 14 deletions

View File

@@ -104,6 +104,15 @@ union {
}
// =======================================================
#declare Des_Choses = object
{
union {
object { Chose () translate -<-1.7, 0, 0.8> }
object { Chose () translate -< 1.5, 0, 1.2> rotate -y*clock }
}
}
// =======================================================
#declare Gyros = object
{
// #debug " Les gyros !!!\n"
@@ -139,7 +148,7 @@ object { Gyros }
object { HexaWood rotate -y*(clock*0.38) translate y }
#break
#case (3)
object { Chose () translate y*0.34 rotate -y*clock }
object { Des_Choses }
#break
#case (4)
object { HexaBenz () scale 2 translate 2.7*y rotate -y*clock }