home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Graphics / 3d / Raytracers.README < prev    next >
Encoding:
Text File  |  1991-11-03  |  867 b   |  17 lines

  1. Here's a few simple raytracing programs that I have ported over to the
  2. NeXT.  They work in full color and produce rgb images.  There are README
  3. files and sample picture description files to play with, but there's no
  4. real documentation and no GUI front end.  It's all text based and you'll
  5. need to use a terminal window to run it.  (The tracers sure are fun to play
  6. with, though!)  There's also an .app called "Viewer" that will allow you
  7. to view the pictures produced by the raytracers and convert them to .tiffs.
  8. The viewer requires a ".pic" extension on the files.  (Sources are included
  9. so the adventurous could easily change that.)  The files themselves are
  10. binary files which have two ints specifying the X and Y size of the image
  11. followed by X*Y*3 chars of interleaved rgb data.  See the sources for more
  12. info.  Have fun!
  13.  
  14.                     -Don Yacktman
  15.                     Nov. 1, 1991
  16.  
  17.