les derniers commits de 2026
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user