Ball to Ball Collision - Detection and Handling

前端 未结 14 1579
逝去的感伤
逝去的感伤 2020-11-22 05:29

With the help of the Stack Overflow community I\'ve written a pretty basic-but fun physics simulator.

\"alt

14条回答
  •  醉梦人生
    2020-11-22 06:04

    You should use space partitioning to solve this problem.

    Read up on Binary Space Partitioning and Quadtrees

提交回复
热议问题