| Age | Commit message (Collapse) | Author |
|
|
|
Add damping support + demos.
|
|
|
|
Allow cloning all the physics components worth cloning
|
|
|
|
|
|
|
|
|
|
Fix #53
|
|
Add the ability to set the mass and mass properties of the rigid-body built with the RigidBodyBuilder
|
|
|
|
|
|
with the RigidBodyBuilder
|
|
Add restitution.
|
|
|
|
|
|
Implement joint removal.
|
|
|
|
Fix simulation reaching different states when started from different snaphots
|
|
|
|
|
|
|
|
Added user-implementable traits for collision/proximity pair filtering.
|
|
ignored by the narrow-phase.
|
|
This is more consistent with the fact that the effect of collision groups is not overwritten either.
|
|
This is closer to what the solver actually does.
|
|
|
|
Add collision filtering based in bit masks
|
|
|
|
|
|
|
|
|
|
|
|
taken into account by the constraints solver.
|
|
|
|
Add a 128-bits user-data attached to colliders and rigid-bodies.
|
|
|
|
|
|
Add cylinder and cone support + use a trait-object for shapes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|