home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / sega / pvquant / readme < prev    next >
Encoding:
Text File  |  1991-11-28  |  1.7 KB  |  46 lines

  1. Description
  2. ~~~~~~~~~~~
  3. This archive contains a set of programs to convert image files produced
  4. by DKB-Trace or Persistence of Vision raytracer into a format suitable
  5. for display on a VGA screen, or to GIF format. It includes programs to
  6. generate a single stereoscopic 3D image from two views of a scene, as
  7. well as programs to produce animation from multiple ray-traced images.
  8.  
  9. QUANT (HECKBERT & OCTREE):
  10.   Colour quantisation program which post-processes raw image files
  11.   produced by the Persistence of Vision Ray Tracer (PoV Ray). Two
  12.   versions can be compiled: one uses Heckbert's median-splitting
  13.   algorithm, whereas the other uses Octree quantisation.
  14.  
  15. DISPLAY:
  16.   Displays either 320x400 or 320x200 images, either 2D, or stereo 3D. 3D
  17.   images require Sega 3D-glasses to be connected to the serial port for
  18.   viewing.
  19.  
  20. MAKEANIM:
  21.   Reads an animation source file (*.ANM), and uses it to generate data
  22.   files for the PoV ray tracer.
  23.  
  24. ANIMGIF:
  25.   Produces a .GIF file containing a series of images to be displayed by
  26.   ANIM.
  27.  
  28. ANIM:
  29.    Produces animation on a 320*200 screen using page flipping.
  30.  
  31. Files contained in this archive:
  32. -------------------------------
  33. QUANT.ZIP     Quantiser source code
  34. PAC_BASE.DAT  Sample PoVRay data file for generating animation
  35. SHAPES.DAT    Required by sample
  36. MAZE.IFF      Required by sample
  37. INCLUDE.ZIP   To be unzipped to C include directory
  38. VGA.ZIP       VGA 320x200x256x4 & 320x400x256x2 driver source code
  39. GIFLIB.ZIP    GIF encoding/decoding
  40. ANIM.SH       Unix shell script for generating animation
  41. TRACE.SH      Unix shell script to run ANIM.SH as background task
  42. PACMAN.ANM    Sample animation script
  43. ANIM.ZIP      Animation source code
  44. QUANT.DOC     Documentation
  45. README        This file
  46.