Revision 74,
379 bytes
checked in by mattausch, 20 years ago
(diff) |
added support for release mode
|
Line | |
---|
1 | #ifndef _StopAndWaitCullingManager_H__
|
---|
2 | #define _StopAndWaitCullingManager_H__
|
---|
3 |
|
---|
4 | #include "CullingManager.h"
|
---|
5 |
|
---|
6 | namespace GtpVisibility {
|
---|
7 |
|
---|
8 | /** Renders the scene with the hierarchical stop and wait algorithm.
|
---|
9 | */
|
---|
10 | class StopAndWaitCullingManager : public CullingManager
|
---|
11 | {
|
---|
12 | public:
|
---|
13 | void RenderScene();
|
---|
14 | };
|
---|
15 |
|
---|
16 | } // namespace GtpVisibility
|
---|
17 | #endif // StopAndWaitCullingManager |
---|
Note: See
TracBrowser
for help on using the repository browser.