a lot of change, stay tuned

This commit is contained in:
Tonton Th
2025-02-19 02:49:16 +01:00
parent 532560518c
commit db5eedffe1
17 changed files with 285 additions and 205 deletions

View File

@@ -17,19 +17,14 @@
/*
* on fait passer un hexatruc
*/
#declare A = <-SzSol, 16, 8>;
#declare B = < SzSol+4, 18, 7>;
#declare A = <-SzSol, 16, 9>;
#declare B = < SzSol+4, 18, 11>;
#declare P = Interpolate(A, B, NormClock);
object { HexaCone () rotate y*((12*NormClock)+80) translate P }
/*
* nouveau 11 fevrier 2025
*/
#declare A = <-21, -0.9, (SzSol/2)+1>;
#declare B = < 24, 0.7, (SzSol/2)+9>;
#declare P = Interpolate(B, A, NormClock);
object { HexaWood translate P }
#include "dynamic.inc"
object { Le_Decor }
@@ -38,8 +33,8 @@ object { Le_Decor }
// =======================================================
#declare Debut = <-3, 47, 47> ;
#declare Fin = < 2, 43, 7> ;
#declare Debut = <-3, 57, 47> ;
#declare Fin = < 2, 53, 7> ;
#declare Pos = Cos_01(NormClock);
#declare PosCam = Interpolate(Debut, Fin, Pos);