git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@287 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
parent
a13e762e30
commit
f3eee68293
|
@ -98,6 +98,8 @@ void Contact::evaluate(double dt) {
|
||||||
body2AngularJacobian.setValue(i, 2, r2CrossFrictionVector.getZ());
|
body2AngularJacobian.setValue(i, 2, r2CrossFrictionVector.getZ());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO : Compute the auxiliary rows and cols
|
||||||
|
|
||||||
// Computation of the error vector
|
// Computation of the error vector
|
||||||
double kFps = 1.0 / dt;
|
double kFps = 1.0 / dt;
|
||||||
double kCorrection = kErp * kFps; // Computation of the error coefficient
|
double kCorrection = kErp * kFps; // Computation of the error coefficient
|
||||||
|
|
Loading…
Reference in New Issue
Block a user