~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionDebugTraversal.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-07-23 07:46:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090723074640-wh0ukzis0kda36qv
Tags: upstream-0.5.6
ImportĀ upstreamĀ versionĀ 0.5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __PagingLandScapeOcclusionTreeOverlayDebugTraversal_H
 
2
#define __PagingLandScapeOcclusionTreeOverlayDebugTraversal_H
 
3
 
 
4
 
 
5
 
 
6
#include "OgrePagingLandScapePrerequisites.h"
 
7
 
 
8
#ifdef _VISIBILITYDEBUG
 
9
 
 
10
#include "OgrePagingLandScapeOctreeCamera.h"
 
11
 
 
12
#include "OgrePagingLandScapeOcclusionTraversal.h"
 
13
 
 
14
namespace Ogre
 
15
{
 
16
    //------------------------------------------------------
 
17
    //
 
18
    class TreeOverlayDebug : public TraversalConst
 
19
    {
 
20
            public:
 
21
                    TreeOverlayDebug(Occlusion& o, PagingLandScapeOctreeSceneManager *scnMgr);
 
22
                    virtual void onTree(PagingLandScapeOctree& n, VisibleObjectsBoundsInfo * const visibleBounds ) const ;
 
23
                    virtual void onLeaf(PagingLandScapeOctreeNode& n, VisibleObjectsBoundsInfo * const visibleBounds ) const ;
 
24
 
 
25
            private:
 
26
                    Occlusion& occlusion;
 
27
            PagingLandScapeOctreeSceneManager *mScnMrg;
 
28
 
 
29
        };
 
30
}
 
31
 
 
32
#endif //_VISIBILITYDEBUG
 
33
 
 
34
#endif //__PagingLandScapeOcclusionTreeOverlayDebugTraversal_H