From 1a2fbe84b93291c1c68cca4abe9e7ae4761ccbe3 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sun, 2 Nov 2025 09:54:01 +0100 Subject: [PATCH] camera tuning --- remote.pov | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/remote.pov b/remote.pov index 0808247..8caddcb 100644 --- a/remote.pov +++ b/remote.pov @@ -35,8 +35,8 @@ object { Le_Decor } // object { Repere scale 3 translate } -#local DistCam = 297; -#local CK = -0.111 + (0.222 * NormClock); +#local DistCam = 299; +#local CK = -0.101 + (0.201 * 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 7 + angle 6.5 }