bla
This commit is contained in:
parent
dac287beb2
commit
2188f28371
@ -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
|
||||
|
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user