home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / p / ply15dat.zip / MAKESPD.BAT < prev    next >
DOS Batch File  |  1992-09-19  |  948b  |  35 lines

  1. rem
  2. rem Build a set of large data files using a version of the SPD
  3. rem code that comes with the 'mtv' raytracer.  Note the very
  4. rem high value for "max_prims" in the file "polyray.ini".  This
  5. rem is necessary in order to store the large number of prims that
  6. rem sometimes get generated by these routines.
  7. rem
  8. make balls.exe
  9. make coil.exe
  10. make gears.exe
  11. make hilbert.exe
  12. make mountain.exe
  13. make rings.exe
  14. make sphcoil.exe
  15. make tetra.exe
  16. make tree.exe
  17. balls > balls.pi
  18. coil > coil.pi
  19. gears > gears.pi
  20. hilbert > hilbert.pi
  21. mountain > mountain.pi
  22. rings > rings.pi
  23. sphcoil > sphcoil.pi
  24. tetra > tetra.pi
  25. tree > tree.pi
  26. polyray balls.pi    -o balls.tga
  27. polyray coil.pi     -o coil.tga
  28. polyray gears.pi    -o gears.tga
  29. polyray hilbert.pi  -o hilbert.tga
  30. polyray mountain.pi -o mountain.tga
  31. polyray rings.pi    -o rings.tga
  32. polyray sphcoil.pi  -o sphcoil.tga
  33. polyray tetra.pi    -o tetra.tga
  34. polyray tree.pi     -o tree.tga
  35.