diff --git a/vcg/space/index/aabb_binary_tree/frustum_cull.h b/vcg/space/index/aabb_binary_tree/frustum_cull.h index 04144ce7..3a17e6c5 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.2 2005/09/28 19:57:18 m_di_benedetto +#included aabb tree base. + Revision 1.1 2005/09/26 18:33:16 m_di_benedetto First Commit. @@ -93,7 +96,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;