home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 3
/
CDPDIII.bin
/
pd
/
programming
/
assembler
/
thesource
/
volume4
/
source
/
vectors
/
illum.lha
/
G.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-04-09
|
413 b
|
14 lines
/* ****************************************************************
* 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
/* ************************************************************* */