a lot of little changes

This commit is contained in:
Tonton Th
2025-11-13 02:15:11 +01:00
parent 030f2fb2cf
commit 0b04ffd359
17 changed files with 152 additions and 124 deletions

View File

@@ -19,13 +19,13 @@
object { Le_Decor }
// object { Repere scale 2 translate y*2 }
object { Repere scale 2 translate y*2 }
// =======================================================
#declare Debut = <-3, 87, 161> ;
#declare Fin = < 2, 91, 21> ;
#declare Pos = Cos_01(NormClock);
#declare Debut = <-3, 89, 181> ;
#declare Fin = < 2, 91, -10> ;
#declare Pos = sqrt(NormClock+0.04);
#declare PosCam = Interpolate(Debut, Fin, Pos);
#declare LatCam = PosCam + <-1, -20, -(3+(NormClock+11))>;