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