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

@@ -17,22 +17,24 @@
#local K = 1.48;
object { HexaBenz () rotate y*90 translate -x*K }
object { HexaBenz () translate x*K }
object { HexaBenz () rotate y*90 translate <-K, 1.2, 0> }
object { HexaBenz () translate < K, 1.2, 0> }
// =======================================================
light_source { <19, 7, 14>, rgb <0.77, 0.79, 0.80> }
light_source { <19, 9, -14>, rgb <0.87, 0.79, 0.70> }
object { Le_Decor }
// light_source { <19, 7, 14>, rgb <0.77, 0.79, 0.80> }
// light_source { <19, 9, -14>, rgb <0.87, 0.79, 0.70> }
// object { Repere scale 2 }
camera {
location <-1.9+(8*NormClock), 0.70, 7.59-NormClock>
look_at <0.37, 0.0, 0>
focal_point <0.37, 0.0, 0>
aperture 0.046
blur_samples 30
look_at <0.37, 0.9, 0>
// focal_point <0.37, 0.0, 0>
// aperture 0.046
// blur_samples 30
angle 60 - 28 * Cos_01(NormClock)
}