source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/Standalone/PathMap [DirectX]/OccluderDisc.hpp @ 3255

Revision 3255, 205 bytes checked in by szirmay, 15 years ago (diff)
Line 
1#pragma once
2
3class OccluderDisc
4{
5public:
6        Vector directionToCentre;
7        float distance;
8        float cosHardAngle;
9        float cosSoftAngle;
10
11        OccluderDisc(void)
12        {
13        }
14
15        ~OccluderDisc(void)
16        {
17        }
18};
Note: See TracBrowser for help on using the repository browser.