Compare commits
No commits in common. "70469c79041c5653c42cd23bcc5034760549b5c7" and "fcb1fb74676401ff43f2672664fdaf7a85b62f44" have entirely different histories.
70469c7904
...
fcb1fb7467
6
Makefile
6
Makefile
@ -8,11 +8,7 @@ POVDEP = contexte.inc hexacone.inc hexabenz.inc \
|
||||
dynamic.inc trident.inc groundbase.inc \
|
||||
gadgets.inc
|
||||
|
||||
# ! Define a default value for the POV clock
|
||||
# ! You can overide with this command line :
|
||||
# $ make CK=449 essai.png
|
||||
|
||||
CK=225
|
||||
CK=180
|
||||
|
||||
PNG: essai.png scene.png topview.png passage.png \
|
||||
orbite.png hexabenz.png escadrille.png \
|
||||
|
||||
@ -143,7 +143,6 @@ rm -f frames/Spool/*.png
|
||||
faire_le_titre
|
||||
|
||||
linkfarm hexabenz
|
||||
linkfarm splined
|
||||
linkfarm hexawood
|
||||
linkfarm escadrille
|
||||
linkfarm survol
|
||||
|
||||
@ -22,9 +22,8 @@ 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 !
|
||||
INC=1
|
||||
for frame in $(seq $START $INC $((NBFRAMES-1)))
|
||||
echo "TMPIMG" ${TMPIMG} | tee -a WS/log # DEBUG !
|
||||
for frame in $(seq $START $((NBFRAMES-1)))
|
||||
do
|
||||
|
||||
img=$(printf "frames/%s/%05d.png" $SEQNAME $frame)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user