aboutsummaryrefslogtreecommitdiff
path: root/src/geometry
AgeCommit message (Expand)Author
2021-03-05Use Box<Option<MassProperties>> instead to save on memoryEmil Ernerfeldt
2021-03-05Add ability to set MassProperties for each ColliderBuilderEmil Ernerfeldt
2021-03-02Fix determinism issue after restoring a snapshot.Crozet Sébastien
2021-02-25Contact modification: make the contact normal modifiable too.Crozet Sébastien
2021-02-24Implement dominance.Crozet Sébastien
2021-02-23Rename modify_contacts -> modify_solver_contacts.Crozet Sébastien
2021-02-23Update the testbed to use PhysicsHooks.Crozet Sébastien
2021-02-23Add one-way platform + conveyor belt demos.Crozet Sébastien
2021-02-23Introduce the PhysicsHook trait used for both contact filtering and contact m...Crozet Sébastien
2021-02-22Use contact ids instead of contact reordering in order to identify the impuls...Crozet Sébastien
2021-02-18New contacts are bouncy, old are restingEmil Ernerfeldt
2021-02-17Add ColliderHandle:s to PairFilterContextEmil Ernerfeldt
2021-02-13Fix a small documentation typoAlec Deason
2021-02-08Don't serialize solver contacts + remove erased-serde dependency.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-23Fix warnings in tests and testbed.Crozet Sébastien
2021-01-23Fix WASM build.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
2021-01-06Fix 2D compilation.Crozet Sébastien
2021-01-05Add compound shape support.Crozet Sébastien
2021-01-04Add support of 64-bits reals.Crozet Sébastien
2020-12-31QueryPipeline: add shape casting, point projection, and intersection queries.Crozet Sébastien
2020-12-31Restore contact events.Crozet Sébastien
2020-12-31Perform contact sorting in the narrow-phase directly.Crozet Sébastien
2020-12-31Remove code related to point-point kinematics.Crozet Sébastien
2020-12-30Try using solver contacts again, but in a more cache-coherent way.Crozet Sébastien
2020-12-30Remove the useless manifold.data.pair field.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-29Use Isometry::inv_mul.Crozet Sébastien
2020-12-29Remove some commented code.Crozet Sébastien
2020-12-29Fix compilation when serde is enabled.Crozet Sébastien
2020-12-29Fix compilation when serde isn't enabled.Crozet Sébastien
2020-12-29Remove some irrelevant code.Crozet Sébastien
2020-12-29Externalize the proximity code (renamed intersection).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