Template Class MeshOctree

Class Documentation

template<typename BaseVecT>
class MeshOctree

Public Functions

MeshOctree(float voxelSize, std::vector<size_t> &hashes, std::vector<BaseVecT> &centroids, BoundingBox<BaseVecT> &bb)
void intersect(double planes[24], std::vector<BaseVecT> &indices, std::vector<size_t> &hashes)
inline void setLOD(unsigned char lod)
inline void genDisplayLists()
inline virtual ~MeshOctree()