ready for the next run ?

This commit is contained in:
Tonton Th
2026-03-14 14:38:41 +01:00
parent c37530d999
commit f3eabfb68b
14 changed files with 203 additions and 136 deletions

View File

@@ -20,6 +20,7 @@ object { Le_Decor }
#declare CamX = 1.72;
#declare CamY = 7 + (4*Cos_01(NormClock));
#declare CamZ = -2.5;
#declare LatX = 20 * cos(CK*1.08);
#declare LatY = 3.0 - sqrt(NormClock);
@@ -28,7 +29,7 @@ object { Le_Decor }
camera {
// orthographic
location <CamX, CamY, 0>
location <CamX, CamY, CamZ>
look_at <LatX, LatY, LatZ>
right <image_width/image_height, 0, 0>
angle 65 + (NormClock * 15)