source: trunk/VUT/GtpVisibility/include/FrustumCullingManager.h @ 59

Revision 59, 421 bytes checked in by mattausch, 19 years ago (diff)

completely changed file structure plus software design

Line 
1#ifndef _FrustumCullingManager_H__
2#define _FrustumCullingManager_H__
3
4#include "CullingManager.h"
5
6namespace GtpVisibility {
7
8/** Renders the scene, applies only view frustum culling.
9*/
10
11class FrustumCullingManager : public CullingManager
12{
13public:
14        FrustumCullingManager(HierarchyInterface *hierarchyInterface);
15        void RenderScene();
16};
17} // namespace GtpVisibility
18#endif // FrustumCullingManager_H
Note: See TracBrowser for help on using the repository browser.