source:
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/IrradianceMap.h
@
3010
Revision 3010, 325 bytes checked in by mattausch, 16 years ago (diff) |
---|
Line | |
---|---|
1 | #ifndef __IRRADIANCEMAP_H |
2 | #define __IRRADIANCEMAP_H |
3 | |
4 | #include "common.h" |
5 | #include "Vector3.h" |
6 | |
7 | |
8 | namespace CHCDemoEngine |
9 | { |
10 | |
11 | /** Class representing an irradiance map, an environment map |
12 | that is used for illumination |
13 | */ |
14 | class IrradianceMap |
15 | { |
16 | public: |
17 | |
18 | IrradianceMap(); |
19 | }; |
20 | |
21 | } |
22 | |
23 | #endif // __IRRADIANCEMAP_H |
Note: See TracBrowser
for help on using the repository browser.