Remove the Salva integration code from rapier + add a plugin system to the testbed.

This commit is contained in:
Crozet Sébastien
2020-10-31 14:42:14 +01:00
parent c26c3af508
commit 154bc70037
14 changed files with 102 additions and 619 deletions

View File

@@ -64,6 +64,8 @@ pub trait Shape: RayCast<f32> + PointQuery<f32> + DowncastSync {
None
}
// TODO: add a compute_local_aabb method?
/// Computes the AABB of this shape.
fn compute_aabb(&self, position: &Isometry<f32>) -> AABB<f32>;