aboutsummaryrefslogtreecommitdiff
path: root/src/geometry/collider.rs
AgeCommit message (Expand)Author
2021-06-09Derive Clone for IslandManagerWaridley
2021-06-02Release v0.9.0v0.9.0Crozet Sébastien
2021-06-02Merge pull request #173 from DasEtwas/must-use-pubSébastien Crozet
2021-06-02Merge pull request #176 from sdfgeoff/add_collider_shared_shape_methodSébastien Crozet
2021-06-01Add ActiveCollisionTypes to easily enable collision-detection between two non...Crozet Sébastien
2021-06-01CCD: take collision groups into accountCrozet Sébastien
2021-06-01Rework the event systemCrozet Sébastien
2021-05-25Add prelude + use vectors for setting linvel/translation in buildersCrozet Sébastien
2021-05-06Add #[must_use] to builders, expose more fieldsDasEtwas
2021-04-30Add comments.Crozet Sébastien
2021-04-26Split rigid-bodies and colliders into multiple componentsCrozet Sébastien
2021-04-18Created a method to retrieve the SharedShape from a colliderGeoffrey Irons
2021-04-02Release v0.7.0Crozet Sébastien
2021-03-31Make the collider shape mutable.Crozet Sébastien
2021-03-30CCD: take angular motion and penetration depth into account in various thresh...Crozet Sébastien
2021-03-29Allow collider modification after its insersion to the ColliderSet.Crozet Sébastien
2021-03-26First working version of non-linear CCD based on single-substep motion-clamping.Crozet Sébastien
2021-03-13First complete implementation of the hierarchical SAP.Crozet Sébastien
2021-03-08Store either density or mass properties but not bothEmil Ernerfeldt
2021-03-08docstring/spellingEmil Ernerfeldt
2021-03-08docstring/spellingEmil Ernerfeldt
2021-03-08docstring/spellingEmil Ernerfeldt
2021-03-08docstring/spellingEmil Ernerfeldt
2021-03-05Use Box<Option<MassProperties>> instead to save on memoryEmil Ernerfeldt
2021-03-05Add ability to set MassProperties for each ColliderBuilderEmil Ernerfeldt
2021-02-23Rename modify_contacts -> modify_solver_contacts.Crozet Sébastien
2021-02-23Update the testbed to use PhysicsHooks.Crozet Sébastien
2021-02-04Make clippy a bit happierEmil Ernerfeldt
2021-01-27Add all the missing docs.Crozet Sébastien
2021-01-26Allow using polylines as a collider shape.Crozet Sébastien
2021-01-25Fix compilation with f64.Crozet Sébastien
2021-01-25Add missing constructor for a round-triangle collider.Crozet Sébastien
2021-01-24Rename cdl to parry.Crozet Sébastien
2021-01-22Move ColliderShape out of Rapier.Crozet Sébastien
2021-01-22Fix compilation in 2D.Crozet Sébastien
2021-01-21Add collider constructors for shapes obtained from convex decomposition.Crozet Sébastien
2021-01-21Allow several rules for combining friction/restitution coefficients.Crozet Sébastien
2021-01-20Use newtypes for collider, rigid-body and joint handles.Crozet Sébastien
2021-01-20Switch to [u32; DIM] instead of Point<u32> for element indices.Crozet Sébastien
2021-01-20Add 3D convex decomposition example.Crozet Sébastien
2020-12-29Support compound shapes.Crozet Sébastien
2020-12-29Add convex polygons support.Crozet Sébastien
2020-12-29Add example for 3D convex polyhedron.Crozet Sébastien
2020-12-29Remove some irrelevant code.Crozet Sébastien
2020-12-29Move all the contact manifold computations out of Rapier.Crozet Sébastien
2020-12-29Outsource the Shape trait, wquadtree, and shape types.Crozet Sébastien
2020-12-29Outsource the contact manifold, SAT, and some shapes.Crozet Sébastien
2020-11-25Properly track some user-initiatied rigid-body modifications.Crozet Sébastien
2020-11-23Remove the narrow-phase graph indices from the collider.Crozet Sébastien
2020-11-03Reset the rigid-bodies internal links properly.Crozet Sébastien