home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1995 January / pcw-0195.iso / polyray / dat / misc / allwhite.pi < prev    next >
Text File  |  1994-12-31  |  548b  |  10 lines

  1. // This file is use to create the grid for "chain.pi".  The whole reason
  2. // for this file is to create a 32x32 greyscale Targa that has the value
  3. // one in every pixel.  This is achieved by tracing a background that
  4. // is set to 1/255 in every channel (which turns into the value 1 in the
  5. // eight bit representation of a color).  By setting the pixelsize to 8,
  6. // and turning off RLE compression we can generate a greyscale Targa
  7. // appropriate for use in a gridded object
  8. viewpoint { resolution 32, 32 }
  9. background <1/255, 1/255, 1/255>
  10.