adjust camera

This commit is contained in:
Tonton Th
2025-04-28 20:08:15 +02:00
parent 5de41466dd
commit 41af9f42d2
2 changed files with 3 additions and 3 deletions

View File

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