OimoPhysics
OimoPhysics copied to clipboard
about impulse
Hi i have a strange bug with oimo i make ray cast vehicle, that apply impulse from ray position is working on all engine but oimo do extra Y rotation ? https://lo-th.github.io/phy/index.html?E=oimo#ray_car
i look applyImpulse function and is look ok ? so i just to see if you have a idea why ?
🤔 this is weird, maybe I have to look into constraint solvers The possibilities are:
- something is wrong with the
applyImpulse
function - for some reason, you need an extra math treatment on OimoPhysics (which I think is not preferable though)
- the contact solver is not working well in the situation
- something else that I can't come up with