home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / cprog / illum.lha / G.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-04-09  |  413 b   |  14 lines

  1. /* ****************************************************************
  2.  *                            G.h
  3.  * ****************************************************************
  4.  * include file for the geometric attenuation functions
  5.  */
  6. #ifndef G_H
  7. #define G_H
  8. /* Microfacet distribution routines
  9.  */
  10. double G_torrance();
  11. double G_sancer();
  12. #endif G_H
  13. /* ************************************************************* */
  14.