fine tuning

This commit is contained in:
Tonton Th 2025-02-09 20:44:05 +01:00
parent 955af75151
commit 66f54c283d

View File

@ -14,12 +14,14 @@
// ======================================================= // =======================================================
#declare A = <-SzSol, 16, -8>; #declare A = <-SzSol, 16, -8>;
#declare B = <SzSol+4, 18, -11>; #declare B = <SzSol+4, 18, -1>;
#declare P = Interpolate(A, B, NormClock); #declare P = Interpolate(A, B, NormClock);
object { HexaCone () rotate y*((6*NormClock)+80) translate P } object { HexaCone () rotate y*((6*NormClock)+80) translate P }
object { Le_Decor } object { Le_Decor }
// object { Repere translate y*2 }
// ======================================================= // =======================================================
#declare Debut = <-3, 42, 47> ; #declare Debut = <-3, 42, 47> ;
@ -32,6 +34,6 @@ object { Le_Decor }
camera { camera {
location PosCam location PosCam
look_at LatCam look_at LatCam
angle 52 angle 53
} }