Skip to main content

All Questions

Tagged with
4 votes
1 answer
598 views

Octree Implementation

The fn_AABB struct represents an axis aligned bounding box, by a center(position) and half lengths(hwidth). They also contain a set of planes for use in collision but that is not important to the ...
J. H's user avatar
  • 199
4 votes
1 answer
378 views

Spatial Hash for optimizing AABB collisions

grid.h ...
J. H's user avatar
  • 199