commit video full-v0

This commit is contained in:
Tonton Th
2024-12-31 12:51:12 +01:00
parent 929d59b169
commit d16132de30
13 changed files with 166 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
/*
* H E X A C O N E
* H E X A C O N E - T O P V I E W
* nouveau projet Thu Dec 5 11:37:05 AM UTC 2024
*/
@@ -11,24 +11,28 @@
#include "metals.inc"
#include "textures.inc"
#declare NormClock = clock / 360.0;
#include "contexte.inc"
#include "elements.inc"
light_source { <-16, 17, -24>, rgb <0.51, 0.65, 0.40> }
#declare TrX = 2 * sqrt(NormClock);
#declare TrY = 1.11 + (5 * sqrt(NormClock));
#declare TrZ = 3 * sqrt(NormClock);
#declare TrX = 1.4 * sqrt(NormClock);
#declare TrY = 0.90 + (3.5 * sqrt(NormClock));
#declare TrZ = 9.9 * sqrt(NormClock);
#declare TrH = <TrX, TrY, TrZ>;
#declare RrY = 57 * sqrt(NormClock);
object { HexaCone translate TrH }
object { HexaCone rotate y*RrY translate TrH }
// object { Repere scale 2 }
#declare CamY = 19 - (5*NormClock);
#declare LatY = -4 + NormClock;
camera {
location <-3.60, 19.60-NormClock, 21.09>
look_at <0, -4, 0>
focal_point <0, 1, 0>
aperture 0.046
blur_samples 30
angle 50
location <-3.60, CamY, 21.09>
look_at <0, LatY, 0>
// focal_point <0, 1, 0>
// aperture 0.046
// blur_samples 30
angle 47
}