commit du dimanche soir de la flemme

This commit is contained in:
Tonton Th
2025-03-16 21:32:23 +01:00
parent 095dfbdd39
commit c03f402b4c
16 changed files with 215 additions and 111 deletions

View File

@@ -9,11 +9,21 @@
#include "contexte.inc"
#include "hexacone.inc"
#include "hexabenz.inc"
#include "hexawood.inc"
#include "trident.inc"
#include "dynamic.inc"
#local K = 1.48;
object { HexaBenz () rotate y*90 translate <-K, 2.85, 0> }
object { HexaBenz () translate < K, 2.67, 0> }
#declare BiBenz = object
{
#local K = 1.41;
union {
object { HexaBenz () rotate y*90 translate <-K, 1.75, 0> }
object { HexaBenz () translate < K, 1.71, 0> }
}
}
object { BiBenz translate Pos_RedB_0 }
// =======================================================
@@ -22,12 +32,14 @@ object { Le_Decor }
// object { Repere scale 2 }
#declare Loc_cam = <0, 2, 1> + (Pos_RedB_0 * 1.33333);
camera {
location <-3.9+(11*NormClock), 1.90, 7.59-NormClock>
look_at <0.17, 1.47, 0>
location Loc_cam
look_at Pos_RedB_0 + <0, 1, 0>
// focal_point <0.37, 0.0, 0>
// aperture 0.046
// blur_samples 30
angle 60 - 28 * Cos_01(NormClock)
angle 40 - 15 * Cos_01(NormClock)
}