welcome here, hexa-patrol

This commit is contained in:
Tonton Th
2026-02-14 13:35:54 +01:00
parent 6a983ee560
commit 606536c3f3
18 changed files with 198 additions and 199 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 * sin(CK);
#declare CamZ = R_around * 1.5 * sin(CK);
camera {
location <CamX, CamY, CamZ>
look_at <0, 2, 0>
right <image_width/image_height, 0, 0>
angle 45
angle 44
}