diff --git a/approche.pov b/approche.pov new file mode 100644 index 0000000..0f47538 --- /dev/null +++ b/approche.pov @@ -0,0 +1,40 @@ +/* + * H E X A C O N E - A P P R O C H E + * + * new: Sun Oct 19 05:20:49 PM UTC 2025 + */ + +#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 } + +// ======================================================= + +#declare LocX = 0; +#declare LocY = 3.6 - NormClock; +#declare LocZ = -210 + (120 * NormClock); +#declare LocCam = ; +#declare LatCam = <0, 1.2, 0>; + +// object { Repere scale 5 translate Interpolate(LocCam, LatCam, 0.50) } + +camera { + location + look_at LatCam + right + // focal_point <0.37, 0.0, 0> + // aperture 0.046 + // blur_samples 30 + angle 42 + } + +// ======================================================= diff --git a/tools/mkloop.sh b/tools/mkloop.sh index 5827f27..2f70322 100755 --- a/tools/mkloop.sh +++ b/tools/mkloop.sh @@ -43,10 +43,10 @@ do # echo $frame $img $txt convert ${TMPIMG} \ -font Courier-Bold \ - -pointsize 22 \ - -kerning 4 \ + -pointsize 26 \ + -kerning 5 \ -fill ${TEXTCOL} \ - -strokewidth 2 -stroke $STROKOL \ + -strokewidth 1 -stroke $STROKOL \ -gravity north \ -annotate +12+5 "$txt" \ ${img}