source: GTP/trunk/App/Demos/Vis/FriendlyCulling/src/SunColor.h @ 2955

Revision 2955, 313 bytes checked in by mattausch, 16 years ago (diff)
Line 
1#ifndef __SUNCOLOR_H__
2#define __SUNCOLOR_H__
3
4namespace CHCDemoEngine{
5class Vector3;
6}
7
8/** Class describing a plane in 3D space.
9*/
10class SunColor
11{
12public:
13
14        void Compute(const CHCDemoEngine::Vector3 &sunDir, CHCDemoEngine::Vector3 &ambient, CHCDemoEngine::Vector3 &diffuse) const;
15};
16
17#endif
Note: See TracBrowser for help on using the repository browser.