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

Revision 2954, 339 bytes checked in by mattausch, 16 years ago (diff)

implemented sun color

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