source:
GTP/trunk/App/Demos/Illum/pathmap/OccluderDisc.hpp
@
2197
Revision 2197, 205 bytes checked in by szirmay, 18 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[2197] | 1 | #pragma once |
2 | ||
3 | class OccluderDisc | |
4 | { | |
5 | public: | |
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.