camera adjustements

This commit is contained in:
Tonton Th 2025-11-13 17:50:23 +01:00
parent 7fbcbec840
commit 730b4d5a23

View File

@ -22,15 +22,16 @@ object { Le_Decor }
// object { Repere translate <10, 1, 10> } // object { Repere translate <10, 1, 10> }
#declare P1 = <-25, 0.4, (SzSol/2)+4>; #declare LOC = <19-NormClock, 1.60, 13.9-NormClock>;
#declare Pos = Interpolate(P1, NormClock, 0.95); #declare P1 = <-25, 0.4, (SzSol/2)+4>;
#declare Pos2 = <Pos.x, 0.9, Pos.z>; #declare Pos = Interpolate(P1, P_hexawood, NormClock);
#declare LAT = <Pos.x, 0.9, Pos.z>;
// object { Repere translate Pos } // object { Repere translate Pos }
camera { camera {
location <18-NormClock, 1.60, 11.9-NormClock> location LOC
look_at Pos2 look_at Pos
angle 26 + 2.11*NormClock angle 26 + 2.11*NormClock
} }