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