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

  1. //finish.tpl
  2. /*
  3. The "finish {...}" statement is the part of a texture which defines the
  4. various finish properties to be applied to an object.  Like the pigment or
  5. normal statement, you can omit the surrounding texture block to save
  6. typing.  Do not forget however that there is a texture implied. For
  7. example...
  8.  
  9.  
  10. The most complete form for defining a finish is as follows:
  11.  
  12.   finish {
  13.     FINISH_IDENTIFIER
  14.     FINISH_ITEMS...
  15.   }
  16.  
  17.  */
  18.  
  19.      finish {
  20.  
  21.      }
  22.  
  23.  
  24.  
  25.  
  26.