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 "trident.inc"
#include "hexawood.inc"
#include "trident.inc"
#local K = 1.48;
object { HexaCone () rotate y*90 translate <-K, 2.7, 1> }
object { HexaCone () translate < K, 2.6, 1> }
#include "dynamic.inc"
#declare BiCone = object
{
#local K = 1.27;
union {
object { HexaCone () rotate y*90 translate <-K, 1.7, 1> }
object { HexaCone () translate < K, 1.9, 1> }
}
}
object { BiCone translate Pos_RedB_0 }
object { Le_Decor }
@@ -24,10 +34,11 @@ object { Le_Decor }
// object { Repere scale 2 }
#declare Loc_cam = <2, 2, -1> + (Pos_RedB_0 * 1.263);
camera {
location
<-1.9+(8*NormClock), 0.70+NormClock, 7.59-NormClock>
look_at <0.07, 1.55, 0>
location Loc_cam
look_at Pos_RedB_0 + <0.12, 1.10, 0>
// focal_point <0.37, 0.90, 0>
// aperture 0.046
// blur_samples 30