diff --git a/dynamic.inc b/dynamic.inc index debd5e8..46ec02b 100644 --- a/dynamic.inc +++ b/dynamic.inc @@ -54,7 +54,7 @@ object { BiCone rotate -y*(Cos_010(NormClock)*55.38) translate Pos_RedB_1 } /* le trident posé sur son estrade */ object { Trident_A() rotate z * (3.5*NormClock) - translate x*0.80 + translate x*0.90 rotate y*(520*Cos_01(NormClock)) translate Pos_RedB_2 + (y*2) } diff --git a/trident.pov b/trident.pov index 4a76ac7..5a37e1e 100644 --- a/trident.pov +++ b/trident.pov @@ -21,7 +21,7 @@ object { Le_Decor } // object { Repere scale 2 } -#declare CK = NormClock * 2.78; +#declare CK = NormClock * 1.78; #declare DX_cam = 6.9 * cos(CK); #declare DZ_cam = 5.4 * sin(CK); #declare Loc_cam = + Pos_RedB_2;