It seems relatively easy enough to decide whether to use a uniform grid or a K-D tree. Is there also a rule of thumb when choosing to use octree?
Lecture summary: Terrain - use uniform grid; Anything else- use BVH or KD tree
Please log in to leave a comment.
It seems relatively easy enough to decide whether to use a uniform grid or a K-D tree. Is there also a rule of thumb when choosing to use octree?