From 070679ec5bdb7bd7422d6476e321bac028cde572 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sun, 19 Jan 2025 21:45:56 +0100 Subject: [PATCH] add a new sequence --- Makefile | 7 +++++-- remote.pov | 39 +++++++++++++++++++++++++++++++++++++++ tools/linkfarmer.sh | 4 ++-- 3 files changed, 46 insertions(+), 4 deletions(-) create mode 100644 remote.pov diff --git a/Makefile b/Makefile index 70c0941..b7c6639 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ DIMS = -W1600 -H1200 -POVOPT = +q9 +a0.02 -d +# POVOPT = +q9 +a0.02 -d +POVOPT = +q9 +A -d POVDEP = contexte.inc elements.inc hexabenz.inc \ globals.inc datas/hf.png @@ -9,7 +10,7 @@ CK=180 PNG: essai.png scene.png topview.png passage.png \ orbite.png hexabenz.png escadrille.png \ - hexacone.png + hexacone.png remote.png topview.png: topview.pov Makefile $(POVDEP) @@ -36,4 +37,6 @@ scene.png: scene.pov Makefile $(POVDEP) escadrille.png: escadrille.pov Makefile $(POVDEP) povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@ +remote.png: remote.pov Makefile $(POVDEP) + povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@ diff --git a/remote.pov b/remote.pov new file mode 100644 index 0000000..8122459 --- /dev/null +++ b/remote.pov @@ -0,0 +1,39 @@ +/* + * H E X A C O N E - R E M O T E + * nouveau projet du Thu Dec 5 11:37:05 AM UTC 2024 + */ + +#version 3.7; + +#include "globals.inc" + +#include "colors.inc" +#include "metals.inc" +#include "textures.inc" + +#include "contexte.inc" +#include "elements.inc" +#include "hexabenz.inc" + +object { Le_Decor } + +// object { HexaCone () rotate z*9.1 translate <5, 3, -8> } +object { HexaBenz () translate <-4, 2, -5> } + +// light_source { <-16, 17, -24>, rgb <0.51, 0.65, 0.40> } +// object { Repere scale 2 } + +#local DistCam = 147; +#local CK = 0.78 * NormClock; +#declare CamX = DistCam * sin(CK); +#declare CamY = 23; +#declare CamZ = DistCam * cos(CK); + +camera { + location + look_at <0, 0, 0> + // focal_point <2, 1, 12> + // aperture 0.046 + // blur_samples 30 + angle 10 + } diff --git a/tools/linkfarmer.sh b/tools/linkfarmer.sh index d7493c6..3101552 100755 --- a/tools/linkfarmer.sh +++ b/tools/linkfarmer.sh @@ -62,7 +62,7 @@ faire_le_titre () echo "faire le titre" local NBRE=180 -local SRC="frames/passage/00059.png" +local SRC="frames/passage/00099.png" local GRAY="/dev/shm/tmp-titre.png" convert -colorspace gray -colors 27 $SRC $GRAY @@ -131,7 +131,7 @@ linkfarm topview linkfarm passage linkfarm scene linkfarm orbite - +linkfarm remote linkfarm essai tools/plot-timing.sh