home *** CD-ROM | disk | FTP | other *** search
- /* ****************************************************************
- * G.h
- * ****************************************************************
- * include file for the geometric attenuation functions
- */
- #ifndef G_H
- #define G_H
- /* Microfacet distribution routines
- */
- double G_torrance();
- double G_sancer();
- #endif G_H
- /* ************************************************************* */
-