home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / povshell / area_lig.tpl next >
Text File  |  1994-01-17  |  321b  |  22 lines

  1. //Area_light.tpl
  2. /*Syntax:
  3.  
  4. light_source {
  5.    <X, Y, Z> color red # green # blue #
  6.  
  7.    area_light <X1, Y1, Z1>, <X2, Y2, Z2>, N1, N2
  8.    adaptive #
  9.    jitter
  10.  
  11.    [optional spotlight parameters]
  12. } */
  13.  
  14.  
  15. light_source {
  16.    < ,   ,  > color
  17.  
  18.    area_light < ,  ,  >, < ,  ,   >,  ,
  19.    adaptive
  20.    jitter
  21. }
  22.