tweak the trident

This commit is contained in:
Tonton Th 2025-12-20 11:51:54 +01:00
parent 5f69f2f286
commit 99496a7e57
2 changed files with 2 additions and 2 deletions

View File

@ -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) }

View File

@ -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 = <DX_cam, 1.0, DZ_cam> + Pos_RedB_2;