some camera adjustements

This commit is contained in:
Tonton Th
2025-12-15 12:57:13 +01:00
parent 1fe506b568
commit 9ad8fcd1c9
5 changed files with 9 additions and 14 deletions

View File

@@ -22,13 +22,13 @@ object { Le_Decor }
// object { Repere translate <10, 1, 10> }
#declare LOC = <19-NormClock, 1.60, 10.9-NormClock>;
#declare LOC = <19-NormClock, 1.60, 15.5-NormClock>;
#declare LAT = <P_hexawood.x, 0.95, P_hexawood.z>;
#declare LAT = <P_hexawood.x, 0.95+(NormClock*0.1), P_hexawood.z>;
camera {
location LOC
look_at LAT
angle 26 + 2.11*NormClock
angle 16 + 2.51*NormClock
}