Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一组动态 AABB 盒子,它们的位置和大小会不断更新。我可以使用什么结构来获取其中哪些 AABB 盒子与任意 AABB 盒子发生碰撞?
使用动态 AABB 树。 这是一些源代码+文档(cpp文件在页面底部)