small changes to the cam

This commit is contained in:
Tonton Th 2026-01-11 13:02:05 +01:00
parent 32eb08a0c1
commit 5ae1cd149c

View File

@ -33,8 +33,8 @@ object { Le_Decor }
// object { Repere scale 3 translate <SzSol, 2, SzSol> }
#local DistCam = 380;
#local CK = -1.101 - (0.072 * NormClock);
#local DistCam = 390;
#local CK = -1.101 - (0.051 * NormClock);
#declare CamX = DistCam * sin(CK);
#declare CamY = 28;
#declare CamZ = DistCam * cos(CK);