camera tuning

This commit is contained in:
Tonton Th 2025-11-02 09:54:01 +01:00
parent 4581bb3e37
commit 1a2fbe84b9

View File

@ -35,8 +35,8 @@ object { Le_Decor }
// object { Repere scale 3 translate <SzSol, 2, SzSol> } // object { Repere scale 3 translate <SzSol, 2, SzSol> }
#local DistCam = 297; #local DistCam = 299;
#local CK = -0.111 + (0.222 * NormClock); #local CK = -0.101 + (0.201 * NormClock);
#declare CamX = DistCam * sin(CK); #declare CamX = DistCam * sin(CK);
#declare CamY = 28; #declare CamY = 28;
#declare CamZ = DistCam * cos(CK); #declare CamZ = DistCam * cos(CK);
@ -47,5 +47,5 @@ camera {
// focal_point <2, 1, 12> // focal_point <2, 1, 12>
// aperture 0.046 // aperture 0.046
// blur_samples 30 // blur_samples 30
angle 7 angle 6.5
} }