Skip to content

m_appliedImpulse in gContactProcessedCallback #335

Description

@velkyel

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions