Daniel Chappuis
5a373cf27b
Clean the code and modify the date in the license text
2013-03-02 16:26:18 +01:00
Daniel Chappuis
31e6ed2d8a
Replace the 0 constant by NULL when using pointers
2013-02-28 19:50:52 +01:00
Daniel Chappuis
cdc384db68
Make possible to access Vector3 members by using x,y and z instead of getX(), getY() and getZ()
2013-02-27 22:10:10 +01:00
Daniel Chappuis
a362171532
Clean the code of the sequential impulse contact solver
2013-02-26 22:43:45 +01:00
Daniel Chappuis
9e499be150
Move the constrained velocities outside the contact solver
2013-02-26 08:15:58 +01:00
Daniel Chappuis
e84f6468c8
Clean the code
2013-02-19 23:16:20 +01:00
Daniel Chappuis
8cde68f5b9
Implement the split impulse technique for position correction
2013-01-31 22:42:11 +01:00
Daniel Chappuis
1bcec415a1
Continue to transform PGS solver into the sequential impulse solver
2013-01-06 19:28:56 +01:00
Daniel Chappuis
5e997f1c5c
Add the class Contact that contains the contact points between two bodies
2012-12-12 08:19:03 +01:00
Daniel Chappuis
a0800ac33d
Start to replace PGS solver by sequential impulse and improve of persistent contact cache
2012-12-10 07:52:57 +01:00
Daniel Chappuis
4ca42f9392
Clean the code :
...
- Use the mVariable syntax for member variables
- Every lines contain at most 100 characters
- Add private copy-constructor and assignment operators when needed
2012-10-09 22:21:02 +02:00
Daniel Chappuis
fc37d40bbb
Remove the PhysicsEngine and PhysicsWorld classes and add the CollisionWorld and DynamicsWorld classes
2012-10-03 21:00:17 +02:00