Open pmer opened 7 years ago
A part of #91.
No support yet for different-sized entities with this issue, just maintaining existing functionality while switching over to the new system.
For collision detection, known fast algorithms are “sort and sweep” and “spatial subdivision”, which have O(n log n) complexity.
A part of #91.
No support yet for different-sized entities with this issue, just maintaining existing functionality while switching over to the new system.