a lot of change, stay tuned

This commit is contained in:
Tonton Th
2025-02-19 02:49:16 +01:00
parent 532560518c
commit db5eedffe1
17 changed files with 285 additions and 205 deletions

View File

@@ -10,33 +10,26 @@
#include "elements.inc"
#include "hexabenz.inc"
#declare Cone_Repere = object
{
union {
object { HexaCone () }
// object { Repere translate <-0.4, -0.2, -0.5> }
}
}
#local K = 1.48;
object { Cone_Repere rotate y*90 translate <-K, 1.7, 1> }
object { Cone_Repere translate < K, 1.6, 1> }
object { HexaCone () rotate y*90 translate <-K, 1.7, 1> }
object { HexaCone () translate < K, 1.6, 1> }
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> }
// 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, 1.25, 0>
location
<-1.9+(8*NormClock), 0.70+NormClock, 7.59-NormClock>
look_at <0.07, 1.55, 0>
// focal_point <0.37, 0.90, 0>
// aperture 0.046
// blur_samples 30
angle 55 - 28 * Cos_01(NormClock)
angle 55 - 26 * Cos_01(NormClock)
}