aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/physx_backend.rs
AgeCommit message (Collapse)Author
2021-01-22Merge branch 'master' into split_geomCrozet Sébastien
# Conflicts: # examples2d/sensor2.rs # examples3d/sensor3.rs # src/dynamics/integration_parameters.rs # src/dynamics/solver/parallel_island_solver.rs # src/dynamics/solver/velocity_constraint.rs # src/dynamics/solver/velocity_ground_constraint.rs # src_testbed/nphysics_backend.rs # src_testbed/physx_backend.rs # src_testbed/testbed.rs
2021-01-22IntegrationParameters: deprectate dt() and inv_dt() methodsEmil Ernerfeldt
2021-01-20Add 3D convex decomposition example.Crozet Sébastien
2021-01-06Tesbted physx backend: add heightfield, trimesh, and convex mesh support.Crozet Sébastien
2021-01-05Testbed physx backend: re-add joints.Crozet Sébastien
2020-12-29Start upgrading to physx 0.10.Crozet Sébastien
2020-11-25Properly track some user-initiatied rigid-body modifications.Crozet Sébastien
2020-11-19Add explicit wake_up parameter to method setting the position and velocity ↵Crozet Sébastien
of a rigid-body.
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-05Make the query pipeline serializable.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-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-08-31Add compound demo.Sébastien Crozet
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet