aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline/query_pipeline.rs
AgeCommit message (Expand)Author
2021-06-01Add ActiveCollisionTypes to easily enable collision-detection between two non...Crozet Sébastien
2021-04-29Restore the collision pipelineCrozet Sébastien
2021-04-27Fix regression in CCD resolution.Crozet Sébastien
2021-04-27Fix some warnings.Crozet Sébastien
2021-04-26Split rigid-bodies and colliders into multiple componentsCrozet Sébastien
2021-04-02Release v0.7.0Crozet Sébastien
2021-04-01Add the ability to pass a custom filter to all the QueryPipeline queries.Crozet Sébastien
2021-03-30CCD: take angular motion and penetration depth into account in various thresh...Crozet Sébastien
2021-03-29Implement the ability to run multiple CCD substeps.Crozet Sébastien
2021-03-26First working version of non-linear CCD based on single-substep motion-clamping.Crozet Sébastien
2021-01-27Add all the missing docs.Crozet Sébastien
2021-01-24Rename cdl to parry.Crozet Sébastien
2021-01-06Fix 2D compilation.Crozet Sébastien
2020-12-31Query pipeline: add methods to collect all intersections with a point or a sh...Crozet Sébastien
2020-12-31QueryPipeline: add shape casting, point projection, and intersection queries.Crozet Sébastien
2020-12-31Perform contact sorting in the narrow-phase directly.Crozet Sébastien
2020-12-29Support compound shapes.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-19Add explicit wake_up parameter to method setting the position and velocity of...Crozet Sébastien
2020-11-03Implement Clone for everything that can be cloned.Crozet Sébastien
2020-10-27Take collision groups into account for ray-casting.Crozet Sébastien
2020-10-20Collider shape: use a trait-object instead of an enum.Crozet Sébastien
2020-10-06Don't let the PubSub internal offsets overflow + fix some warnings.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-05Make the query pipeline serializable.Crozet Sébastien
2020-09-28Fix compilation when parallelism is not enabled.Crozet Sébastien
2020-09-28Query pipeline: aggressive workaround until we properly support collider addi...Crozet Sébastien
2020-09-28Add non-topological WQuadtree update.Crozet Sébastien
2020-09-28Complete the WQuadtree construction and ray-cast.Crozet Sébastien
2020-09-28Start implementing ray-casting.Sébastien Crozet