home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / povshell / colormap.tpl < prev    next >
Text File  |  1994-01-17  |  625b  |  24 lines

  1. //Color_map.tpl
  2.  
  3. /*
  4. A color map is specified by...
  5.  
  6.       color_map {
  7.         [ NUM_1 color C1]
  8.         [ NUM_2 color C2]
  9.         [ NUM_3 color C3]
  10.          ...
  11.         }
  12.  
  13. Where NUM_1, NUM_2... are float values between 0.0 and 1.0 inclusive.  C1,
  14. C2 ... are color specifications.  NOTE: the [] brackets are part of the
  15. actual statement.  They are not notational symbols denoting optional parts.
  16. The brackets surround each entry in the color map.  There may be from 2 to
  17. 20 entries in the map.
  18. */
  19.       color_map {
  20.         [               ]
  21.         [               ]
  22.         [               ]
  23.         }
  24.