preparing the next release, stay tuned

This commit is contained in:
Tonton Th
2025-01-27 03:34:51 +01:00
parent 1944fdd337
commit 949d5b328d
12 changed files with 126 additions and 98 deletions

View File

@@ -23,15 +23,15 @@ object { HexaBenz () translate <-4, 2, -5> }
// light_source { <-16, 17, -24>, rgb <0.51, 0.65, 0.40> }
// object { Repere scale 2 }
#local DistCam = 147;
#local CK = 0.78 * NormClock;
#local DistCam = 239;
#local CK = 0.70 * NormClock;
#declare CamX = DistCam * sin(CK);
#declare CamY = 23;
#declare CamY = 28;
#declare CamZ = DistCam * cos(CK);
camera {
location <CamX, CamY, CamZ>
look_at <0, 0, 0>
look_at <0, 0.3, 0>
// focal_point <2, 1, 12>
// aperture 0.046
// blur_samples 30