From 5ae1cd149c8bfb94fd3d2fb9aa07a796dca816b2 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sun, 11 Jan 2026 13:02:05 +0100 Subject: [PATCH] small changes to the cam --- remote.pov | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remote.pov b/remote.pov index 2b8bb33..6825250 100644 --- a/remote.pov +++ b/remote.pov @@ -33,8 +33,8 @@ object { Le_Decor } // object { Repere scale 3 translate } -#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);