Bourtoulots laboratories in the place

This commit is contained in:
tTh
2026-05-31 23:44:58 +02:00
parent c3f27c9843
commit 8e14ec2c8d
6 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
INCFILE="WS/bloubs.inc"
TMPPNG="/dev/shm/bloubs7.png"
POVOPT="+Q9 +a -v -d -W1024 -H768 -WT2"
POVOPT="+Q9 +a -v -d -W1920 -H1080 -WT4"
DDIR="frames/a"
LOGERR="log.error"
TXTCOLOR="#db4090"
@@ -34,7 +34,7 @@ printf "\n#declare NbImg = %d;\n" $NBIMG > WS/nbimg.inc
# first, we have to make a seminal buch of bloubs
# --> this function need to be parametrizable
#
./genbloubs ${BLBS_IN} 2
./genbloubs ${BLBS_IN} 2000
for idx in $(seq 0 $((NBIMG-1)) )
do
@@ -82,7 +82,7 @@ do
# mv ${BLBS_OUT} ${BLBS_IN}
echo "### run done"
sleep 35
sleep 5
done