|
|
|
|
|
by ne0phyte
3655 days ago
|
|
Game physics engines update their objects (acceleration, collision, constraints/joints etc) only so often at a certain tick rate to leave enough cpu time for other things.
You can have very precise and realistic physics simulations already - they just don't run at realtime. I don't think this is a solution for bad physics in games. |
|