a lot of cosmetic changes

This commit is contained in:
Tonton Th
2025-10-31 14:14:07 +01:00
parent 5706911bde
commit 048148967b
9 changed files with 39 additions and 29 deletions

View File

@@ -17,13 +17,13 @@
// =======================================================
object { Le_Decor }
#debug "ACTION !!!\n"
#include "dynamic.inc"
// =======================================================
#declare CK = 2.79 * Cos_01(NormClock);
#declare CamX = 1.22;
#declare CamY = 7 + (4*Cos_01(NormClock));
#declare LatX = 20 * cos(CK*1.08);
@@ -33,7 +33,7 @@ object { Le_Decor }
camera {
// orthographic
location <0, CamY, 0>
location <CamX, CamY, 0>
look_at <LatX, LatY, LatZ>
angle 75
angle 71 + (NormClock * 10)
}