Fixed inaccurate view frustum culling

Implemented smarter octree visibility query batching algorithm

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%40106
This commit is contained in:
kearwood
2012-09-21 07:31:18 +00:00
parent d23fe9a700
commit d4903c1d84
16 changed files with 226 additions and 218 deletions

View File

@@ -26,9 +26,7 @@ public:
KROctreeNode *getRootNode();
std::set<KRNode *> &getOuterSceneNodes();
#if TARGET_OS_IPHONE
void getOcclusionQueryResults(std::set<KRAABB> &renderedBounds);
#endif
private:
KROctreeNode *m_pRootNode;
std::set<KRNode *>m_outerSceneNodes;