issues
search
IceLuna
/
Eagle
Game Engine
https://eagledocs.readthedocs.io/en/latest/
Apache License 2.0
9
stars
1
forks
source link
Physics improvements & fixes
#151
Closed
IceLuna
closed
1 year ago
IceLuna
commented
1 year ago
[x] Increase
dynamicTreeRebuildRateHint
that will hopefully lead to improved performance.
[x] Increase
MaxSubsteps
from
8
to
16
. It means that if a frame takes too much time, the physics system might be updated up to
16
times to catch up.
[x] Fix not passing constant timestep to
OnPhysicsUpdate
.
[x] Fix not calling
OnPhysicsUpdate
120 times per second.
[x] Make collision contact report information about it
dynamicTreeRebuildRateHint
that will hopefully lead to improved performance.MaxSubsteps
from8
to16
. It means that if a frame takes too much time, the physics system might be updated up to16
times to catch up.OnPhysicsUpdate
.OnPhysicsUpdate
120 times per second.