les derniers commits de 2026

This commit is contained in:
Tonton Th
2026-01-01 00:50:52 +01:00
parent d3e630b423
commit 0ba81b2668
21 changed files with 192 additions and 86 deletions

View File

@@ -23,11 +23,12 @@ object { HexaCone () rotate y*((6*NormClock)+80) translate P }
object { HexaBenz () rotate y*(clock/9) translate <-9, 3, 7> }
// ---------------------------------------------------------
// WTF is that ??? XXX
#declare A = <-15, -1.9, SzSol>;
#declare B = < 23, -0.7, SzSol>;
#declare P = Interpolate(A, B, NormClock);
object { HexaWood translate P }
object { HexaWood scale 10 translate P }
// ---------------------------------------------------------
@@ -36,14 +37,14 @@ object { Le_Decor }
// object { Repere scale 3 translate <SzSol, 2, SzSol> }
#local DistCam = 380;
#local CK = -1.101 - (0.130 * NormClock);
#local CK = -1.101 - (0.072 * NormClock);
#declare CamX = DistCam * sin(CK);
#declare CamY = 28;
#declare CamZ = DistCam * cos(CK);
camera {
location <CamX, CamY, CamZ>
look_at <0, 0.3, 0>
look_at <0, 0.35, 0>
right <image_width/image_height, 0, 0>
// focal_point <2, 1, 12>
// aperture 0.046