another bunch of little changes

This commit is contained in:
Tonton Th
2026-02-20 12:54:57 +01:00
parent 4dca1e7d79
commit 2eea147f82
12 changed files with 71 additions and 37 deletions

View File

@@ -15,11 +15,11 @@ object { Le_Decor }
// =======================================================
#declare LocX = 0;
#declare LocY = 3.6 - NormClock;
#declare LocZ = -220 + (120 * NormClock);
#declare LocX = -0.5 + Cos_010(NormClock);
#declare LocY = 2.6 - NormClock;
#declare LocZ = -200 + (118 * NormClock);
#declare LocCam = <LocX, LocY, LocZ>;
#declare LatCam = <0, 1.2, 0>;
#declare LatCam = <0, 0.92+NormClock, 0>;
// object { Repere scale 5 translate Interpolate(LocCam, LatCam, 0.50) }