home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo This is an automated demonstration of SURFMODL.
- echo Just press the space bar after each picture displays, to
- echo continue on to the next. (By the way, this demo is much
- echo faster if run off a hard disk.)
- echo .
- echo SURFMODL does wireframe plots...
- pause
- surfmodl fan2.srf 2
- echo SURFMODL does hidden line removal...
- pause
- surfmodl fan2.srf 3
- echo And SURFMODL does shaded rendering (surface modeling)...
- pause
- surfmodl fan2.srf 4
- echo SURFMODL even does smoothing...
- echo NOTE: This next plot can take a while if you have a VGA in 256-color mode,
- echo because of the smoothing algorithm. If you would like to skip this
- echo plot, press 'A' (Abort) any time after plotting begins.
- pause
- surfmodl 3dfcn.srf 4
- echo SURFMODL uses multiple light sources, and fully supports colored
- echo rendering on all popular PC graphics adapters, and even supports the
- echo Commodore Amiga. To see more of its capabilities, run it without
- echo any command-line parameters to get the menus. Or read the
- echo documentation (SURFMODL.DOC). Also be sure to read FILES.IDX for a
- echo list of all files included with this release.
- pause
- surfmodl faces.srf 4
- surfmodl robot2.srf 4
- surfmodl apple.srf 4
- cls
- echo Hope you enjoyed seeing SURFMODL. If you did not get a copy of
- echo the full release, and you would like to know how to get it,
- echo send a stamped, self-addressed envelope (or an International
- echo Postal Coupon if you live outside the USA) to:
- echo Ken Van Camp
- echo RD #1 Box 1255
- echo East Stroudsburg, PA 18301
-