home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / sega / pvquant / anim.sh next >
Encoding:
Text File  |  1991-11-20  |  268 b   |  16 lines

  1. makeanim $1 $2
  2. i=0
  3. files=
  4. while test -r $2_$i.dat
  5. do
  6.     pvray -i$2_$i.dat -o$2_$i -l../ +a -q9 +fr -w320 -h200 -c
  7.     times
  8.     files="$files $2_$i"
  9.     i="`expr $i + 1`"
  10. done
  11. heckbert -s=0 $files
  12. rm $2*.dat $2*.red $2*.grn $2*.blu
  13. animgif $2_0 $1
  14. rm $2_0.*
  15. times
  16.