evolution du pickover (premier essai)

This commit is contained in:
tth
2022-03-27 04:36:25 +02:00
parent 3621217402
commit d5ff30a545
4 changed files with 107 additions and 5 deletions

25
Fraktalism/tracepick.sh Executable file
View File

@@ -0,0 +1,25 @@
#!/bin/bash
POVOPT=" -d +q9 +a +W1024 +H768 -v +WT2"
TMPNG="/dev/shm/evolv.png"
outfile=$(printf "frames/pick3d/%05d.png" $1)
# echo $outfile
awk -f pick2pov.awk < WS/pick.dat > WS/pickover.inc
PASS=900
povray -ipick3d.pov -K120 ${POVOPT} \
Declare=NBPASS=${PASS} \
-O${TMPNG} 2> toto
convert ${TMPNG} \
-fill Gray50 \
-gravity South-West \
-pointsize 24 \
-annotate +20+10 "tTh" \
$outfile