aboutsummaryrefslogtreecommitdiff
path: root/examples3d/all_examples3.rs
AgeCommit message (Expand)Author
2022-12-18Merge pull request #415 from Wolftousen/masterSébastien Crozet
2022-12-11Add a dynamic ray-cast vehicle controllerSébastien Crozet
2022-11-05adding 3d rope jointWolftousen
2022-10-30Add internal edges debug examples.Sébastien Crozet
2022-10-02Add a character controller implementationSébastien Crozet
2022-03-20Add 2-axes coupling for angular joint limitsSébastien Crozet
2022-03-20Rename the 3D debug-deserialize exampleSébastien Crozet
2022-03-06Start to Load World StateGeoffrey Hayes
2022-01-02Implement multibody joints and the new solverSébastien Crozet
2021-06-03Add nalgebra to the prelude to make the macros work out of the boxCrozet Sébastien
2021-05-16Replace Kiss3d by Bevy for the testbed renderer.Crozet Sébastien
2021-04-30Add comments.Crozet Sébastien
2021-04-13Fix torque generation for the prismatic joint motorCrozet Sébastien
2021-03-26First working version of non-linear CCD based on single-substep motion-clamping.Crozet Sébastien
2021-03-08Start introducing SAP layers.Crozet Sébastien
2021-03-07Projection friction impulses on an implicit cone instead of a pyramidal appro...Crozet Sébastien
2021-02-23Update the testbed to use PhysicsHooks.Crozet Sébastien
2021-01-26Allow using polylines as a collider shape.Crozet Sébastien
2021-01-20Add 3D convex decomposition example.Crozet Sébastien
2021-01-05Testbed physx backend: re-add joints.Crozet Sébastien
2020-12-29Outsource the Shape trait, wquadtree, and shape types.Crozet Sébastien
2020-12-01Rename RigidBodyBuilder::principal_inertia -> principal_angular_inertia for c...Crozet Sébastien
2020-11-30Add a simpler to lock the rotation or translation of a dynamic rigid-body.Crozet Sébastien
2020-11-26Fix collider insertion/removal tracking.Crozet Sébastien
2020-11-25Add debug demos for rigid-body change tracking.Crozet Sébastien
2020-11-24Minor demos changes.Crozet Sébastien
2020-11-10Move the infinite fall debug example to the 3D examples.Crozet Sébastien
2020-11-03Add damping support + demos.Crozet Sébastien
2020-11-03Add restitution.Crozet Sébastien
2020-10-27Add collision groups demos.Crozet Sébastien
2020-10-19Complete the pfm/pfm contact generator.Crozet Sébastien
2020-09-28Fix NaN when computing contacts between a cuboid and a perfectly vertical tri...Crozet Sébastien
2020-09-06Move benchmark demos into their own directory.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