a lot of tweaks

This commit is contained in:
Tonton Th
2025-09-06 01:00:39 +02:00
parent 540c16b47f
commit f28b260f8d
7 changed files with 30 additions and 17 deletions

View File

@@ -28,9 +28,9 @@ object { Le_Decor }
#declare CamY = 3.08 + abs(sin(CK/4.00));
#declare CamZ = R_circ * sin(CK);
#declare LatX = R_circ * 0.93 * cos(CK + 0.09);
#declare LatX = R_circ * 0.95 * cos(CK + 0.09);
#declare LatY = 3;
#declare LatZ = R_circ * 0.93 * sin(CK + 0.09);
#declare LatZ = R_circ * 0.95 * sin(CK + 0.09);
camera {
location <CamX, CamY, CamZ>