another bunch of little changes

This commit is contained in:
Tonton Th
2026-02-20 12:54:57 +01:00
parent 4dca1e7d79
commit 2eea147f82
12 changed files with 71 additions and 37 deletions

View File

@@ -21,11 +21,11 @@ object { Le_Decor }
#declare CamX = R_around * cos(CK);
#declare CamY = 15.777 + (4*Cos_010(NormClock));
#declare CamZ = R_around * 1.5 * sin(CK);
#declare CamZ = R_around * 1.6 * sin(CK);
camera {
location <CamX, CamY, CamZ>
look_at <0, 2, 0>
look_at <0, 0.5 + NormClock, 0>
right <image_width/image_height, 0, 0>
angle 44
angle 36
}