commit su soir, espoir

This commit is contained in:
Tonton Th
2026-01-22 02:38:31 +01:00
parent c08cd56637
commit 02556e71d3
16 changed files with 69 additions and 40 deletions

View File

@@ -10,7 +10,7 @@
#include "all.inc"
// =======================================================
#declare R_planete = 1.45;
#declare R_planete = 1.85;
#declare Croute = object
{
@@ -51,7 +51,7 @@ union {
}
// =======================================================
#local RO = 4.15;
#local RO = 4.95;
#local CK = NormClock * 13.37;
#declare PosX = RO * sin(CK);
@@ -74,12 +74,12 @@ object { HexaStar
rotate y*CK*99.22 translate <PosX, PosY, PosZ>
}
object { Planete rotate (-clock*0.21)*y }
light_source { <23, 6, 15>, rgb <0.77, 0.79, 0.80> }
object { Planete rotate (-clock*0.31)*y }
light_source { <23, 8, 15>, rgb <0.77, 0.79, 0.80> }
// -------------------------------------------------------------
camera {
location <3+NormClock, -1.0+(7.777*NormClock), 8.59>
location <8+NormClock, -1.0+(8.6*NormClock), 11.59>
look_at <0.0, 0.0, 0>
right <image_width/image_height, 0, 0>
#if (0)
@@ -87,6 +87,6 @@ camera {
aperture 0.046
blur_samples 30
#end
angle 55
angle 57
}