home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Multimedia / k3d-setup-0.7.11.0.exe / share / k3d / shaders / surface / k3d_null.sl < prev    next >
Encoding:
Text File  |  2008-01-23  |  159 b   |  12 lines

  1. /*
  2.  * Null shader - does nothing to a surface
  3.  *
  4.  * Note: we include dummy Ka and Kd arguments to appease the radiosity
  5.  * engine.
  6.  */
  7.  
  8. surface
  9. k3d_null()
  10. {
  11. }
  12.