From 936b3dda9eac4dc150fa30037dbdbdef8dbed770 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Thu, 18 Dec 2025 13:55:42 +0100 Subject: [PATCH] a new sequence is born --- trident.pov | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 trident.pov diff --git a/trident.pov b/trident.pov new file mode 100644 index 0000000..d058d44 --- /dev/null +++ b/trident.pov @@ -0,0 +1,37 @@ +/* + * H E X A C O N E - T R I D E N T + */ + +#version 3.7; + +#include "globals.inc" + +#include "contexte.inc" +#include "hexacone.inc" +#include "hexabenz.inc" +#include "hexawood.inc" +#include "trident.inc" + +#include "dynamic.inc" + + +// ======================================================= + +object { Le_Decor } + +// object { Repere scale 2 } + +#declare CK = NormClock * 4.20001; +#declare DX_cam = 6.9 * sin(CK); +#declare DZ_cam = 5.4 * cos(CK); +#declare Loc_cam = + Pos_RedB_2; + +camera { + location Loc_cam + look_at Pos_RedB_2 + <0, 1.90+NormClock, 0> + // focal_point <0.37, 0.0, 0> + // aperture 0.046 + // blur_samples 30 + angle 65 - 14 * Cos_01(NormClock) + } +