premier commit du printemps

This commit is contained in:
Tonton Th
2025-03-31 03:55:29 +02:00
parent 3c4012945f
commit 363274e273
18 changed files with 221 additions and 79 deletions

View File

@@ -14,16 +14,6 @@
#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 }
@@ -38,10 +28,10 @@ object { Le_Decor }
camera {
location Loc_cam
look_at Pos_RedB_0 + <0.12, 1.10, 0>
look_at Pos_RedB_0 + <0.12, 1.16, 0>
// focal_point <0.37, 0.90, 0>
// aperture 0.046
// blur_samples 30
angle 55 - 26 * Cos_01(NormClock)
angle 55 - 24 * Cos_01(NormClock)
}