Constraint Solver

Please don't post Bullet support questions here, use the above forums instead.
spidersharma
Posts: 5
Joined: Mon Jul 04, 2011 12:42 pm

Constraint Solver

Post by spidersharma »

I am having a doubt about the constraint solver of bullet.
in the function btSequentialImpulseConstraintSolver::resolveSingleConstraintRowGeneric the constraint force mixing term is added.
when I tried to derive the term, it seems that the constraint force mixing term should be added to the m_jacDiagABInv part because the cfm term is dependent on the impulses.
am I doing something wrong?