From a8e493209ef16c705921a13193ab40c585c9050e Mon Sep 17 00:00:00 2001 From: dibenedetto Date: Wed, 28 Sep 2005 19:57:18 +0000 Subject: [PATCH] #included aabb tree base. --- vcg/space/index/aabb_binary_tree/frustum_cull.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vcg/space/index/aabb_binary_tree/frustum_cull.h b/vcg/space/index/aabb_binary_tree/frustum_cull.h index 1fffcbe1..04144ce7 100644 --- a/vcg/space/index/aabb_binary_tree/frustum_cull.h +++ b/vcg/space/index/aabb_binary_tree/frustum_cull.h @@ -25,6 +25,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.1 2005/09/26 18:33:16 m_di_benedetto +First Commit. + ****************************************************************************/ @@ -34,8 +37,9 @@ $Log: not supported by cvs2svn $ // vcg headers #include #include +#include -/***************************************************************************************/ +/***************************************************************************/ namespace vcg { @@ -89,7 +93,7 @@ public: ClassType::InitializeNodeFlagsRec(pRoot); } - static inline void FrustumCull(TreeType & tree, const Plane3 frustumPlanes[6], const unsigned int minNodeObjectsCount) { + static inline void FrustumCull(TreeType & tree, const Plane3 & frustumPlanes[6], const unsigned int minNodeObjectsCount) { NodeType * pRoot = tree.pRoot; if (pRoot == 0) { return;