commit big mess before refactoring

This commit is contained in:
Tonton Th
2025-03-07 10:51:57 +01:00
parent f417711da3
commit c65090e4a2
18 changed files with 233 additions and 100 deletions

View File

@@ -11,30 +11,20 @@
#include "elements.inc"
#include "hexabenz.inc"
#include "hexawood.inc"
#include "trident.inc"
// =======================================================
/*
* on fait passer un hexatruc
*/
#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 }
#include "dynamic.inc"
object { Le_Decor }
// object { Repere translate y*2 }
object { Repere scale 2 translate y*2 }
// =======================================================
#declare Debut = <-3, 57, 47> ;
#declare Fin = < 2, 53, 7> ;
#declare Debut = <-3, 87, 47> ;
#declare Fin = < 2, 99, 7> ;
#declare Pos = Cos_01(NormClock);
#declare PosCam = Interpolate(Debut, Fin, Pos);
@@ -43,6 +33,6 @@ object { Le_Decor }
camera {
location PosCam
look_at LatCam
angle 54
angle 58
}