aboutsummaryrefslogtreecommitdiff
path: root/src_testbed
AgeCommit message (Collapse)Author
2020-11-02Implement joint removal.Crozet Sébastien
2020-10-27Added user-implementable traits for collision/proximity pair filtering.Crozet Sébastien
2020-10-27Take collision groups into account for ray-casting.Crozet Sébastien
2020-10-27Add collision groups demos.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-26Redefine capsules as a segment with a radius, allowing us to reuse the ↵Crozet Sébastien
pfm_pfm_contact generator for it.
2020-10-26Fix testbed compilation with other backends.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-12Start adding cylinders.Crozet Sébastien
2020-10-06Fix compilation in 2D.Crozet Sébastien
2020-10-06Don't let the PubSub internal offsets overflow + fix some warnings.Crozet Sébastien
2020-10-05Testbed: fix snapshot restoration.Crozet Sébastien
2020-10-05Use the publish-subscribe mechanism to handle collider removals across ↵Crozet Sébastien
pipelines.
2020-10-05Make the query pipeline serializable.Crozet Sébastien
2020-10-05Joint set iteration: also yield the joint handle.Crozet Sébastien
2020-09-28Add non-topological WQuadtree update.Crozet Sébastien
2020-09-28Make kinematic bodies properly wake up dynamic bodies.Crozet Sébastien
2020-09-28Disable physx query shapes for now.Crozet Sébastien
2020-09-28Start implementing ray-casting.Sébastien Crozet
This adds a QueryPipeline structure responsible for scene queries. Currently this structure is able to perform a brute-force ray-cast. This commit also includes the beginning of implementation of a SIMD-based acceleration structure which will be used for these scene queries in the future.
2020-09-13Testbed: don't open a window in benchmark mode.Sébastien Crozet
2020-09-06Use camel-case for csv file name for benchmark output.Sébastien Crozet
2020-09-01Mass properties: add a max number of iterations for the local-frame rotation ↵Sébastien Crozet
computation.
2020-09-01Fix mass property update when adding a collider.Sébastien Crozet
2020-09-01Fix constraints resolution with non-identity relative collider position.Sébastien Crozet
2020-08-31Add compound demo.Sébastien Crozet
2020-08-27Fix BroadPhase proxy handle recycling causing a crash.Sébastien Crozet
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet