video release

This commit is contained in:
Tonton Th
2024-12-20 14:24:45 +01:00
parent ff8ccfea55
commit e51921d212
7 changed files with 85 additions and 28 deletions

View File

@@ -11,14 +11,17 @@ global_settings {
}
#include "colors.inc"
#include "metals.inc"
#include "textures.inc"
#include "elements.inc"
#declare NormClock = clock / 180.0;
#include "contexte.inc"
#include "elements.inc"
object { HexaCone rotate y*17 translate y*1.11 }
#declare CK = 56 + (clock * 2);
#declare Dcam = 1.97;
#declare Dcam = 2.04;
#declare CamX = Dcam * sin(radians(CK));
#declare CamZ = Dcam * 1.20 * cos(radians(CK));
#declare CamZ = CamZ - 0.11;
@@ -28,7 +31,7 @@ camera {
location <CamX, 1.23, CamZ>
look_at Lat
focal_point Lat
aperture 0.056
aperture 0.052
blur_samples 33
angle 70
}