a lot of minor changes

This commit is contained in:
Tonton Th
2025-11-04 13:28:16 +01:00
parent 8532b81c36
commit 75b1b9f741
9 changed files with 26 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ object { Le_Decor }
// object { Repere scale 3 translate <SzSol, 2, SzSol> }
#local DistCam = 299;
#local CK = -0.101 + (0.201 * NormClock);
#local CK = -1.101 + (0.201 * NormClock);
#declare CamX = DistCam * sin(CK);
#declare CamY = 28;
#declare CamZ = DistCam * cos(CK);