home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / RAYTRACE / 3DS2POV / SAMPLES / 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.