two is better than one

This commit is contained in:
Tonton Th 2025-01-06 16:06:26 +01:00
parent 7b186fad2a
commit 8569be0327

View File

@ -15,7 +15,10 @@
#include "elements.inc" #include "elements.inc"
#include "hexabenz.inc" #include "hexabenz.inc"
object { HexaBenz }
#local K = 1.48;
object { HexaBenz rotate y*90 translate -x*K }
object { HexaBenz translate x*K }
// ======================================================= // =======================================================
@ -25,11 +28,11 @@ light_source { <19, 7, -14>, rgb <0.77, 0.79, 0.80> }
// object { Repere scale 2 } // object { Repere scale 2 }
camera { camera {
location <-1.9+(5*NormClock), 0.50, 6.59> location <-1.9+(8*NormClock), 0.70, 7.59-NormClock>
look_at <0.37, 0.0, 0> look_at <0.37, 0.0, 0>
focal_point <0.37, 0.0, 0> focal_point <0.37, 0.0, 0>
aperture 0.046 aperture 0.046
blur_samples 30 blur_samples 30
angle 60 - 21 * Cos_01(NormClock) angle 60 - 22 * Cos_01(NormClock)
} }