camera adjustements

This commit is contained in:
Tonton Th
2025-10-19 19:11:08 +02:00
parent 18c84133b6
commit 150c546fb4
3 changed files with 7 additions and 7 deletions

View File

@@ -35,8 +35,8 @@ object { Le_Decor }
// object { Repere scale 3 translate <SzSol, 2, SzSol> }
#local DistCam = 280;
#local CK = 0.333 + (0.52 * NormClock);
#local DistCam = 290;
#local CK = 0.333 + (0.42 * NormClock);
#declare CamX = DistCam * sin(CK);
#declare CamY = 28;
#declare CamZ = DistCam * cos(CK);
@@ -47,5 +47,5 @@ camera {
// focal_point <2, 1, 12>
// aperture 0.046
// blur_samples 30
angle 10
angle 9
}