home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 15 / CDACTUAL15.iso / cdactual / dos / 3dspov18.exe / SAMPLES.ZIP / POVDIAM.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-10-02  |  402 b   |  9 lines

  1. @echo off
  2. rem ** Converts and renders DIAM.3DS with POV-Ray. This sample only works **
  3. rem ** with POV-Ray 2.0. You could probably convert it to work with 1.0   **
  4. rem ** but it wouldn't look very good since POV-Ray 1.0 doesn't support   **
  5. rem ** TIR (total internal reflection).                                   **
  6.  
  7. 3ds2pov diam -s0 -ldiammtl.inc
  8. povray -idiam.pov -odiam.tga -w320 -h200 -a
  9.