diff --git a/carto.pov b/carto.pov index 4eca9ee..dcba034 100644 --- a/carto.pov +++ b/carto.pov @@ -31,7 +31,7 @@ object { Repere scale 10 translate y*7 } object { Le_Decor } camera { - location <45, 179+(51*NormClock), 18-(17*NormClock)> + location <45, 179+(56*NormClock), 18-(17*NormClock)> look_at <0, 1.18, 0.17 + (2.4*NormClock)> angle 50 } diff --git a/circular.pov b/circular.pov index a64886d..baf4a61 100644 --- a/circular.pov +++ b/circular.pov @@ -22,7 +22,7 @@ object { Le_Decor } // ======================================================= #declare R_circ = R_circular + 0.07; -#declare CK = 1.777 + (1.23 * sqrt(NormClock * 3.141592654)); +#declare CK = 1.9 + (1.23 * sqrt(NormClock * 3.141592654)); #declare CamX = R_circ * cos(CK); #declare CamY = 3.08 + abs(sin(CK/4.00)); diff --git a/hexacone.pov b/hexacone.pov index 829ab39..b243f95 100644 --- a/hexacone.pov +++ b/hexacone.pov @@ -23,7 +23,7 @@ object { Le_Decor } camera { location Loc_cam - #local H = 1.16 + (NormClock*0.28); + #local H = 1.16 + (NormClock*0.34); look_at Pos_RedB_1 + <0.02, H, 0> // focal_point <0.37, 0.90, 0> // aperture 0.046 diff --git a/survol.pov b/survol.pov index 2646f15..17844f3 100644 --- a/survol.pov +++ b/survol.pov @@ -25,11 +25,11 @@ object { Repere scale 2 translate y*2 } #declare Debut = <-3, 89, 188> ; #declare Fin = < 2, 91, -15> ; -#declare Pos = sqrt(NormClock+0.04); +#declare Pos = sqrt(NormClock+0.02); #declare PosCam = Interpolate(Debut, Fin, Pos); #declare LatX = 3 * sin(NormClock*7.1); -#declare LatCam = PosCam + ; +#declare LatCam = PosCam + ; camera { location PosCam