feat: make the constraints regularization coefficients configurable with angular frequency instead of explicit ERP
This commit is contained in:
committed by
Sébastien Crozet
parent
62379de9ec
commit
fdd935dbf1
@@ -317,7 +317,8 @@ impl TwoBodyConstraintBuilderSimd {
|
||||
}
|
||||
}
|
||||
|
||||
constraint.cfm_factor = SimdReal::splat(1.0).select(is_fast_contact, cfm_factor);
|
||||
constraint.cfm_factor = cfm_factor;
|
||||
// constraint.cfm_factor = SimdReal::splat(1.0).select(is_fast_contact, cfm_factor);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user