home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / graphics / cmorph12.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1993-10-01  |  1KB  |  31 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO When CMorph runs, press ALT-G to start generating the morph.  If you do,
  4. ECHO when it's done, you will have 32 TGA files (requiring about 6.1MB on HD)
  5. ECHO that will need to be compiled into an animation file of some sort (like
  6. ECHO FLI, ANI, etc.)  A popular shareware program for this, is DTA (Dave's
  7. ECHO Targa Animator).  See READ.ME file for more information.
  8. ECHO.
  9. ECHO If you want a higher resolution (this demo will default to 640x400x256),
  10. ECHO just run this file with the option -G480 (for 640x480x256), -G600 (for
  11. ECHO 800x600x256), or -G768 (for 1024x768x256 - only available on a few video
  12. ECHO cards).
  13. ECHO.
  14. ECHO For a complete list of command line options (there's quite a few), just
  15. ECHO run CMorph with no parameters.
  16. ECHO.
  17. ECHO.
  18. ECHO.
  19. ECHO.
  20. ECHO If you want to stop this demo, type CTRL-C now.  Otherwise...
  21. ECHO.
  22. PAUSE
  23.  
  24. REM ---------------------------------------------------------------------------
  25. REM The following line will run CMorph with KIM.TGA for a sourse image, 
  26. REM LISAWELC.TGA as a target image, and automatically load options and the
  27. REM mesh from the file LISAKIM.MSH.
  28. REM ---------------------------------------------------------------------------
  29.  
  30. CMORPH KIM.TGA LISAWELC.TGA -MLISAKIM.MSH %1 %2 %3 %4 %5 %6 %7 %8 %9
  31.