Commit Graph

10 Commits

Author SHA1 Message Date
Crozet Sébastien
08930b1238 Fix multiple warnings. 2020-10-26 16:36:07 +01:00
Crozet Sébastien
2b628f9580 Redefine capsules as a segment with a radius, allowing us to reuse the pfm_pfm_contact generator for it. 2020-10-26 15:58:30 +01:00
Crozet Sébastien
3da333f11c Fix testbed compilation with other backends. 2020-10-26 15:12:10 +01:00
Crozet Sébastien
2d0a888484 Make the query pipeline serializable. 2020-10-05 16:52:09 +02:00
Crozet Sébastien
a60e1e030d Disable physx query shapes for now. 2020-09-28 15:27:25 +02:00
Sébastien Crozet
3c85a6ac41 Start implementing ray-casting.
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-28 15:27:25 +02:00
Sébastien Crozet
fc0b3bf394 Mass properties: add a max number of iterations for the local-frame rotation computation. 2020-09-01 17:35:32 +02:00
Sébastien Crozet
2f2a073ce4 Fix mass property update when adding a collider. 2020-09-01 17:05:24 +02:00
Sébastien Crozet
ce26fe1077 Add compound demo. 2020-08-31 19:05:14 +02:00
Sébastien Crozet
754a48b7ff First public release of Rapier. 2020-08-25 22:10:25 +02:00