aboutsummaryrefslogtreecommitdiff
path: root/src/geometry/contact_generator
AgeCommit message (Expand)Author
2020-11-03Reset the rigid-bodies internal links properly.Crozet Sébastien
2020-11-03Fix 3D compilation.Crozet Sébastien
2020-11-03Implement Clone for everything that can be cloned.Crozet Sébastien
2020-11-02Fix 2D compilation.Crozet Sébastien
2020-11-02Fix simulation reaching different states when started from different snaphots.Crozet Sébastien
2020-10-27Add solver flags for controlling whether or not some contacts should be taken...Crozet Sébastien
2020-10-27Replace the Rounded<S> type by a non-generic RoundCylinder type.Crozet Sébastien
2020-10-26Fix multiple warnings.Crozet Sébastien
2020-10-26Fix build when serialization is not enabled.Crozet Sébastien
2020-10-26Fix 2D compilation.Crozet Sébastien
2020-10-26Redefine capsules as a segment with a radius, allowing us to reuse the pfm_pf...Crozet Sébastien
2020-10-26Fix bug in 2D heightfield collision detection.Crozet Sébastien
2020-10-20Rename rounded -> round.Crozet Sébastien
2020-10-20Fix many warnings.Crozet Sébastien
2020-10-20Add rounded cylinder.Crozet Sébastien
2020-10-20Add cone support.Crozet Sébastien
2020-10-20Collider shape: use a trait-object instead of an enum.Crozet Sébastien
2020-10-19Complete the pfm/pfm contact generator.Crozet Sébastien
2020-10-13Implement a special case for edge-edge 3D polygonal clipping.Crozet Sébastien
2020-10-12Start adding cylinders.Crozet Sébastien
2020-10-06Completely remove the WAABBHierarchy structure.Crozet Sébastien
2020-10-06WQuadtree query: reduce the amount of allocations.Crozet Sébastien
2020-10-06Make the WQuadTree more generic and use it as the trimesh acceleration struct...Crozet Sébastien
2020-10-06Fix crash when deleting a collider.Crozet Sébastien
2020-09-28Fix trimesh/shape collision-detection when the trimesh was input as the secon...Crozet Sébastien
2020-09-01Run cargofmt + add rustfmt.tomlSébastien Crozet
2020-09-01Fix constraints resolution with non-identity relative collider position.Sébastien Crozet
2020-08-31Fix box-box CD when colliders have non-identity delta pos.Sébastien Crozet
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet