debrotch in progress

This commit is contained in:
le vieux
2021-03-08 05:24:35 +01:00
parent 59caab29a2
commit 7dc34a8b38
12 changed files with 240 additions and 27 deletions

View File

@@ -146,15 +146,11 @@ translate y*2.0 /* pour la poser sur la plate forme */
// ------------------------------------------
#declare Corps_Grue = object
{
union
{
union
{
object { Pivot_Grue rotate y*42 }
object { Cabine_Grue }
object { Fleche }
}
}
union {
object { Pivot_Grue rotate y*42 }
object { Cabine_Grue }
object { Fleche }
}
translate y*7.0
}
// ------------------------------------------