tuning prises de vues

This commit is contained in:
Tonton Th
2025-01-15 14:01:02 +01:00
parent 8b3126cd78
commit f8fa077655
6 changed files with 28 additions and 20 deletions

View File

@@ -16,9 +16,17 @@
#include "hexabenz.inc"
#declare Cone_Repere = object
{
union {
object { HexaCone () }
object { Repere translate <-0.4, -0.2, -0.5> }
}
}
#local K = 1.48;
object { HexaCone () rotate y*90 translate -x*K }
object { HexaCone () translate x*K }
object { Cone_Repere rotate y*90 translate -x*K }
object { Cone_Repere translate x*K }
// =======================================================
@@ -33,6 +41,6 @@ camera {
focal_point <0.37, 0.0, 0>
aperture 0.046
blur_samples 30
angle 60 - 28 * Cos_01(NormClock)
angle 55 - 28 * Cos_01(NormClock)
}