Content deleted Content added
Reverted 5 edits by Simena Dinas (talk): COI, please don't link to your own work |
rm COI / citespam |
||
Line 44:
== Optimization ==
The obvious approaches to collision detection for multiple objects are very slow.
[[Triangular number|Checking every object against every other object]] will, of course, work, but is too inefficient to be used when the number of objects is at all large. Checking objects with complex geometry against each other in the obvious way, by checking each face against each other face, is itself quite slow. Thus, considerable research has been applied to speed up the problem.
=== Exploiting temporal coherence ===
|