Revision 74,
356 bytes
checked in by mattausch, 20 years ago
(diff) |
added support for release mode
|
Line | |
---|
1 | #ifndef _FrustumCullingManager_H__
|
---|
2 | #define _FrustumCullingManager_H__
|
---|
3 |
|
---|
4 | #include "CullingManager.h"
|
---|
5 |
|
---|
6 | namespace GtpVisibility {
|
---|
7 |
|
---|
8 | /** Renders the scene, applies only view frustum culling.
|
---|
9 | */
|
---|
10 |
|
---|
11 | class FrustumCullingManager : public CullingManager
|
---|
12 | {
|
---|
13 | public:
|
---|
14 | void RenderScene();
|
---|
15 | };
|
---|
16 | } // namespace GtpVisibility
|
---|
17 | #endif // FrustumCullingManager_H
|
---|
Note: See
TracBrowser
for help on using the repository browser.