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

@@ -1,7 +1,7 @@
/*
*/
object { Les_Bibelots rotate y*clock translate <28, -1, -32> }
object { Les_Bibelots rotate y*clock translate <28, -1, -27> }
/*
* on fait passer un hexatruc dans le ciel
@@ -56,7 +56,7 @@ object { HexaBenz ()
/*
* passage d'un hexawood près de la base
*/
#declare A = <-21, 1.1, (SzSol/2)+8>;
#declare B = < 24, 1.1, (SzSol/2)+5>;
#declare A = <-21, 1.7, (SzSol/2)+8>;
#declare B = < 24, 1.6, (SzSol/2)+5>;
#declare P = Interpolate(A, B, NormClock);
object { HexaWood translate P }