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);

View File

@ -23,8 +23,8 @@ object { Le_Decor }
// =======================================================
#declare Debut = <-3, 87, 94> ;
#declare Fin = < 2, 91, 21> ;
#declare Debut = <-3, 87, 111> ;
#declare Fin = < 2, 91, 31> ;
#declare Pos = Cos_01(NormClock);
#declare PosCam = Interpolate(Debut, Fin, Pos);