radical change of the camera position

This commit is contained in:
Tonton Th 2026-02-16 12:44:06 +01:00
parent 0649930f7e
commit dd4fe05229

View File

@ -17,14 +17,14 @@ object { Le_Decor }
// object { Repere translate <10, 1, 10> } // object { Repere translate <10, 1, 10> }
#declare LOC = <19-NormClock, 1.60, 15.5-NormClock>; #declare LOC = <-3.4 - NormClock, 1.60, 31.9-NormClock>;
#declare LAT = <P_hexawood.x, 0.95+(NormClock*0.1), P_hexawood.z>; #declare LAT = <P_hexawood.x, 0.95+(NormClock*0.11), P_hexawood.z>;
camera { camera {
location LOC location LOC
look_at LAT look_at LAT
right <image_width/image_height, 0, 0> right <image_width/image_height, 0, 0>
angle 18 + 2.72*NormClock angle 20 + 2.87*NormClock
} }