This commit is contained in:
tth 2022-02-07 02:09:54 +01:00
parent dac287beb2
commit 2188f28371
2 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@ des sortes de particule
munie de certaines propriétés.
Lesquelles évoluent en fonction du temps.
## Description d'un bloubs
## Description d'un bloub
```
type t_bloubs

View File

@ -17,6 +17,7 @@ if [ $err -ne 0 ] ; then
echo 'make error = ' $err
exit 1
fi
#
# first, we have to make a seminal buch of bloubs
# --> this function need to be paraletrizable
@ -31,7 +32,7 @@ do
./exportbloubs in.blbs | awk -f toinc.awk > $INCFILE
povray -Iscene.pov -K${idx} -O${TMPPNG} ${POVOPT} 2> $LOGERR
grep "Trace Tim" toto
grep "Trace Tim" $LOGERR
txt=$(date +'%F %R:%S')
PNG=$(printf "%s/%05d.png" ${DDIR} $idx)
@ -39,7 +40,7 @@ do
convert ${TMPPNG} \
-font fixed \
-pointsize 14 \
-pointsize 16 \
-fill orange \
-gravity south-east \
-annotate +15+10 "$txt" \