premier commit du printemps

This commit is contained in:
Tonton Th
2025-03-31 03:55:29 +02:00
parent 3c4012945f
commit 363274e273
18 changed files with 221 additions and 79 deletions

View File

@@ -23,12 +23,12 @@ object { Repere scale 2 translate y*2 }
// =======================================================
#declare Debut = <-3, 87, 47> ;
#declare Debut = <-3, 87, 54> ;
#declare Fin = < 2, 91, 8> ;
#declare Pos = Cos_01(NormClock);
#declare PosCam = Interpolate(Debut, Fin, Pos);
#declare LatCam = PosCam + <-1, -20, -(NormClock+9)>;
#declare LatCam = PosCam + <-1, -20, -(NormClock+10)>;
camera {
location PosCam