adjuste the cam

This commit is contained in:
Tonton Th 2026-01-06 06:45:33 +01:00
parent 324198eb3f
commit 297d0f478b

View File

@ -18,16 +18,16 @@ object { Le_Decor }
#declare DX_cam = 6.1 * cos(CK);
#declare DZ_cam = 5.2 * sin(CK);
#declare Loc_cam = <DX_cam, 1.10, DZ_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 <image_width/image_height, 0, 0>
/* 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)
}