introduce b3GpuSolverConstraint and fix Windows build

This commit is contained in:
erwin coumans
2013-07-09 18:03:51 -07:00
parent 282e19171f
commit a3c2456c65
4 changed files with 103 additions and 22 deletions

View File

@@ -40,8 +40,8 @@ B3_ATTRIBUTE_ALIGNED16 (struct) b3SolverConstraint
b3Vector3 m_angularComponentA;
b3Vector3 m_angularComponentB;
mutable b3Scalar m_appliedPushImpulse;
mutable b3Scalar m_appliedImpulse;
mutable b3SimdScalar m_appliedPushImpulse;
mutable b3SimdScalar m_appliedImpulse;
int m_padding1;
int m_padding2;
b3Scalar m_friction;