thi is a really big commit

This commit is contained in:
Tonton Th
2025-10-10 12:52:49 +02:00
parent a5f2e41502
commit 8c60007b71
20 changed files with 136 additions and 78 deletions

View File

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