diff --git a/remote.pov b/remote.pov index 233c488..c6ddcf9 100644 --- a/remote.pov +++ b/remote.pov @@ -36,7 +36,7 @@ object { Le_Decor } // object { Repere scale 3 translate } #local DistCam = 290; -#local CK = 0.333 + (0.42 * NormClock); +#local CK = 0.333 + (0.33 * 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 9 + angle 8 }