Octree bounding box currently finds the biggest and smallest cardinal value, and turns that into the bounding box which might be too big. It should use the min/max co-ordinates in the whole system, and use the same implementation as BVH which is aabb /from_points
Octree bounding box currently finds the biggest and smallest cardinal value, and turns that into the bounding box which might be too big. It should use the min/max co-ordinates in the whole system, and use the same implementation as BVH which is
aabb
/from_points