un bon gros paquet de changements :)

This commit is contained in:
Tonton Th
2026-02-09 12:29:28 +01:00
parent 9de6929b48
commit 47a2089561
22 changed files with 239 additions and 141 deletions

View File

@@ -16,16 +16,16 @@ object { Le_Decor }
// =======================================================
#declare R_around = 125;
#declare CK = 1.9 + (3.141592654 * NormClock);
#declare R_around = 128;
#declare CK = 2.9 + (3.141592654 * NormClock);
#declare CamX = R_around * cos(CK);
#declare CamY = 12.777;
#declare CamY = 15.777 + (4*Cos_010(NormClock));
#declare CamZ = R_around * sin(CK);
camera {
location <CamX, CamY, CamZ>
look_at <0, 2, 0>
right <image_width/image_height, 0, 0>
angle 44
angle 45
}