From 297d0f478bfe648b14a259a206fed6171f6fba87 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Tue, 6 Jan 2026 06:45:33 +0100 Subject: [PATCH] adjuste the cam --- hexastar.pov | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hexastar.pov b/hexastar.pov index 286637f..f37cfe0 100644 --- a/hexastar.pov +++ b/hexastar.pov @@ -18,16 +18,16 @@ object { Le_Decor } #declare DX_cam = 6.1 * cos(CK); #declare DZ_cam = 5.2 * sin(CK); #declare Loc_cam = + Pos_RedB_3; - +#declare Lat_cam = <0, 1.95, 0> + Pos_RedB_3; camera { location Loc_cam - look_at Pos_RedB_3 + <0, 1.95+NormClock, 0> + look_at Lat_cam right /* quand j'aurais la bonne machine... */ // focal_point <0.37, 0.0, 0> // aperture 0.046 // blur_samples 30 - angle 70 - 7 * Cos_01(NormClock) + angle 70 - 9 * Cos_01(NormClock) }