slow down render for // builds

This commit is contained in:
Tonton Th 2026-01-11 13:49:18 +01:00
parent 5ae1cd149c
commit 243490996f

View File

@ -17,7 +17,7 @@ echo "$0 $SEQNAME from $START" >> WS/log
DIMS="-W$Img_Width -H$Img_Height"
NBFR=" Declare=NbFrames=$NBFRAMES "
POVOPT="+q9 +A0.02 -d ${DIMS} ${NBFR} -WT7"
POVOPT="+q9 +A0.02 -d ${DIMS} ${NBFR} -WT5"
echo $NBFR "frames."
echo $POVOPT ; echo ; sleep 2