Compare commits

...

3 Commits

Author SHA1 Message Date
Tonton Th
70469c7904 add splined sequence 2025-10-25 13:45:46 +02:00
Tonton Th
7a17acc39e patch for the futur ? 2025-10-25 11:18:40 +02:00
Tonton Th
da5afe8283 change default POV clock 2025-10-25 11:17:28 +02:00
3 changed files with 9 additions and 3 deletions

View File

@ -8,7 +8,11 @@ POVDEP = contexte.inc hexacone.inc hexabenz.inc \
dynamic.inc trident.inc groundbase.inc \
gadgets.inc
CK=180
# ! Define a default value for the POV clock
# ! You can overide with this command line :
# $ make CK=449 essai.png
CK=225
PNG: essai.png scene.png topview.png passage.png \
orbite.png hexabenz.png escadrille.png \

View File

@ -143,6 +143,7 @@ rm -f frames/Spool/*.png
faire_le_titre
linkfarm hexabenz
linkfarm splined
linkfarm hexawood
linkfarm escadrille
linkfarm survol

View File

@ -22,8 +22,9 @@ POVOPT="+q9 +A0.02 -d ${DIMS} ${NBFR} -WT7"
echo $POVOPT ; echo ; sleep 2
TMPIMG=/dev/shm/${SEQNAME}-tmp.png
echo "TMPIMG" ${TMPIMG} | tee -a WS/log # DEBUG !
for frame in $(seq $START $((NBFRAMES-1)))
echo "TMPIMG" ${TMPIMG} | tee -a WS/log # DEBUG !
INC=1
for frame in $(seq $START $INC $((NBFRAMES-1)))
do
img=$(printf "frames/%s/%05d.png" $SEQNAME $frame)