You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thank you for sharing Impulse Engine - I found it very useful for getting my bearings.
I noticed that the impulse calculations use invMassSum for both the normal and tangent impulses. I'm pretty sure the tangent impulse requires the invMassSum to be calculated with raCrossT and rbCrossT instead of raCrossN and rbCrossN. That is discussed, for example, here.
The text was updated successfully, but these errors were encountered:
Hello! Thank you for sharing Impulse Engine - I found it very useful for getting my bearings.
I noticed that the impulse calculations use
invMassSum
for both the normal and tangent impulses. I'm pretty sure the tangent impulse requires theinvMassSum
to be calculated withraCrossT
andrbCrossT
instead ofraCrossN
andrbCrossN
. That is discussed, for example, here.The text was updated successfully, but these errors were encountered: