home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1995 July / Power_DOS_CD-ROM_Walnut_Creek_July_1995.iso / graphics / raytrace / spdup31.txt < prev    next >
Text File  |  1994-05-10  |  2KB  |  49 lines

  1.  
  2. Announcing an enhanced Standard Procedural Databases package.
  3.  
  4. Alexander Enzmann and Eduard Schwan took the SPD package (which, as you may
  5. know, generates procedural models for testing ray tracer speed) and added a
  6. ton of code to it.  The new code now outputs to these formats:
  7.  
  8.     NFF (used by MTV ray tracer; but the SPD always output using this)
  9.     POV-Ray 1.0
  10.     Polyray v1.4, v1.5
  11.     Vivid 2.0
  12.     Rayshade
  13.     RTrace 8.0.0
  14.     Art 2.3
  15.     QRT 1.5
  16.     POV-Ray 2.0 (no, it's not officially out yet: format subject to change)
  17.     PLG format for use with "rend386"
  18.     Raw triangle output
  19.  
  20. It can also output the models as line drawings to the screen for previewing:
  21. IBM, Mac, and HPUX drivers are provided, and new drivers are trivial to write
  22. (i.e. draw a line).
  23.  
  24. There is also a program, showdxf, which will convert or display DXF files
  25. (actually, a limited subset of these - just 3DFACE entities).  There are two
  26. sample DXF files, a skull and an f117, included.
  27.  
  28. There's also a sample code file which can be used as a template for writing
  29. your own output programs.  What's nice about this package is that by writing a
  30. program representing your model (or interpreting your model as input a la
  31. showdxf.c), you can then convert it to a wide number of formats.  I'd love to
  32. see more show*.c interpreters (e.g. one for Wavefront obj format so that the
  33. cool Viewpoint models at avalon.chinalake.navy.mil can be converted) and other
  34. output formats - send them on!
  35.  
  36. I did some polishing and whatnot to the distribution and have placed the whole
  37. thing at weedeater.math.yale.edu's /incoming directory as SPDup31.tar.Z and
  38. SPDup31.zip .  Hopefully I didn't futz things too badly (I suspect there needs
  39. to be some file renaming for the Mac version), but let me know if I did.
  40. Anyway, I hope that the permanent home of the code will be
  41. princeton.edu:/pub/Graphics somewhere.
  42.  
  43. Enjoy (I certainly did!),
  44.  
  45. Eric Haines
  46. erich@eye.com
  47.  
  48.  
  49.