From 3ab107921487985199b166eaaa05a0d0ba1e28f7 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sat, 1 Feb 2025 17:31:21 +0100 Subject: [PATCH] view from the sky --- survol.pov | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 survol.pov diff --git a/survol.pov b/survol.pov new file mode 100644 index 0000000..2f1095f --- /dev/null +++ b/survol.pov @@ -0,0 +1,32 @@ +/* + * H E X A C O N E - S U R V O L + * nouveau projet du Thu Dec 5 11:37:05 AM UTC 2024 + */ + +#version 3.7; + +#include "globals.inc" + +#include "contexte.inc" +#include "elements.inc" +#include "hexabenz.inc" + +// ======================================================= + +object { Le_Decor } + +// ======================================================= + +#declare Debut = <-3, 42, 47> ; +#declare Fin = < 2, 45, 7> ; +#declare Pos = Cos_01(NormClock); +#declare PosCam = Interpolate(Debut, Fin, Pos); + +#declare LatCam = PosCam + <-1, -20, -9>; + +camera { + location PosCam + look_at LatCam + angle 52 + } +