home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1164 / image_ma.tpl < prev    next >
Text File  |  1994-01-17  |  619b  |  27 lines

  1. //Image_map.tpl
  2.  
  3. /*
  4. The syntax for image_map is...
  5.  
  6.   pigment {
  7.     image_map {
  8.       FILE_TYPE "filename"
  9.       MODIFIERS...
  10.     }
  11.   }
  12.  
  13. Where FILE_TYPE is one of the following keywords "gif", "tga", "iff" or
  14. "dump".  This is followed by the name of the file in quotes.  Several
  15. optional modifiers may follow the file specification.  The modifiers are
  16. described below.  Note: Earlier versions of POV-Ray allowed some modifiers
  17. before the FILE_TYPE but that syntax is being phased out in favor of the
  18. syntax described here.
  19. */
  20.  
  21.   pigment {
  22.     image_map {
  23.       FILE_TYPE "filename"
  24.  
  25.     }
  26.   }
  27.