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

  1. //No_shadow.tpl
  2.  
  3. /*
  4. You may specify the no_shadow keyword in object and that object will not
  5. cast a shadow.  This is useful for special effects and for creating the
  6. illusion that a light source actually is visible.  This keyword was
  7. necessary in earlier versions of POV-Ray which did not have the
  8. "looks_like" statement.  Now it is useful for creating things like laser
  9. beams or other unreal effects.
  10.  
  11. Simply attach the keyword as follows:
  12.  
  13.         object {
  14.           My_Thing
  15.           no_shadow
  16.         }
  17.   */
  18.  
  19.           no_shadow
  20.