Replies: 2 comments
-
thanks for the feedback, I'll consider it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It won't make it for Bullet 2.83, but possibly in the next release (I really need to push out the 2.83 release, it has been delayed way too long) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
there is a lot of question about zero value m_appliedImpulse in gContactProcessedCallback on forums (it's probably best value to start playing sounds etc.).
I think actual call gContactProcessedCallback in btPersistentManifold::refreshContactPoints() is too early for many cases. Final right value m_appliedImpulse get manifold point in btSequentialImpulseConstraintSolver::solveGroupCacheFriendlyFinish(). So call gContactProcessedCallback should be somewhere after that.
I have modified my bullet fork which is too different to make pull request with same patch.
Beta Was this translation helpful? Give feedback.
All reactions