diff --git a/orbite.pov b/orbite.pov index 05c713d..ec0c77a 100644 --- a/orbite.pov +++ b/orbite.pov @@ -87,7 +87,7 @@ light_source { <23, 10, 15>, rgb <0.77, 0.79, 0.80> } // ------------------------------------------------------------- camera { - location <9+NormClock, 1.60+(9.8*NormClock), 11.59> + location <9+NormClock, 1.60+(11*NormClock), 11.59> look_at <0.0, 0.0, 0> right #if (0) @@ -95,6 +95,6 @@ camera { aperture 0.046 blur_samples 30 #end - angle 57 + angle 61 - (5*NormClock) } diff --git a/remote.pov b/remote.pov index ed71fb4..ba65ac0 100644 --- a/remote.pov +++ b/remote.pov @@ -46,5 +46,5 @@ camera { // focal_point <2, 1, 12> // aperture 0.046 // blur_samples 30 - angle 3.5 + angle 5.1 } diff --git a/trident.pov b/trident.pov index 402cf3a..cc08e2c 100644 --- a/trident.pov +++ b/trident.pov @@ -24,10 +24,10 @@ object { Le_Decor } #declare DY_lat = 2.10 + NormClock; #else #declare DX_cam = -4.9 * sin(CK); - #declare DY_cam = 9.9 + (3*NormClock); + #declare DY_cam = 9.9 + (5*NormClock); #declare DZ_cam = -2.6 * cos(CK); - #declare DY_lat = -5; + #declare DY_lat = 0; #end #declare Loc_cam = + Pos_RedB_2;