|
|
|
|
|
by sushsjsuauahab
1670 days ago
|
|
This can be solved by doing the following: instead of checking "currentPosition" and "futurePosition" for a collision per frame, instead compute a sphere using those two values as bounds, and check if there are any collisions within that sphere |
|