Skip to content

Collision

Randall O'Reilly edited this page Mar 30, 2020 · 1 revision

Two phases of collision:

  • Broad: tree-based bounding boxes to prune most nodes -- key is that they include the velocity vector projected forward.

  • Narrow: once few relevant nodes have been selected, detailed contact info.

Clone this wiki locally