source:
GTP/trunk/Lib/Vis/OnlineCullingCHC/include/VisibilityRay.h
@
65
Revision 65, 240 bytes checked in by bittner, 20 years ago (diff) |
---|
Line | |
---|---|
1 | #ifndef _VisibilityRay_H__ |
2 | #define _VisibilityRay_H__ |
3 | |
4 | #include "OgreRay.h" |
5 | |
6 | namespace GtpVisibility { |
7 | /** Ray class currently uses native Ogre ray when compiled with the Ogre platform */ |
8 | typedef Ogre::Ray Ray; |
9 | } |
10 | |
11 | |
12 | |
13 | #endif |
Note: See TracBrowser
for help on using the repository browser.