preparing the next release, stay tuned

This commit is contained in:
Tonton Th
2025-01-27 03:34:51 +01:00
parent 1944fdd337
commit 949d5b328d
12 changed files with 126 additions and 98 deletions

View File

@@ -7,10 +7,6 @@
#include "globals.inc"
#include "colors.inc"
#include "metals.inc"
#include "textures.inc"
#include "contexte.inc"
#include "elements.inc"
#include "hexabenz.inc"
@@ -32,14 +28,14 @@ object { HexaBenz () translate <-4, 2, -6> }
light_source { <-16, 17, -24>, rgb <0.51, 0.65, 0.40> }
// object { Repere scale 2 }
#declare CamY = 19 - (4.5*NormClock);
#declare CamY = 31 + (9.999*NormClock);
#declare LatY = -3 + NormClock;
camera {
location <-3.60, CamY, 21.09>
look_at <0, LatY, 0>
focal_point <2, 1, 12>
aperture 0.046
blur_samples 30
// focal_point <2, 1, 12>
// aperture 0.046
// blur_samples 30
angle 45 + (5*NormClock)
}