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 }