diff options
| author | Crozet Sébastien <developer@crozet.re> | 2021-01-26 16:41:21 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2021-01-26 16:41:21 +0100 |
| commit | 23a86c294e48da9c3aad82284a09791aabfeb88d (patch) | |
| tree | c4adf2ccf4703ef103247f5035838f4071bf8c7c /examples2d/all_examples2.rs | |
| parent | e1f50eb6e8daa9529e41f7044e67736cc5c50953 (diff) | |
| download | rapier-23a86c294e48da9c3aad82284a09791aabfeb88d.tar.gz rapier-23a86c294e48da9c3aad82284a09791aabfeb88d.tar.bz2 rapier-23a86c294e48da9c3aad82284a09791aabfeb88d.zip | |
Allow using polylines as a collider shape.
Diffstat (limited to 'examples2d/all_examples2.rs')
| -rw-r--r-- | examples2d/all_examples2.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples2d/all_examples2.rs b/examples2d/all_examples2.rs index e0b6631..5040c8a 100644 --- a/examples2d/all_examples2.rs +++ b/examples2d/all_examples2.rs @@ -12,12 +12,14 @@ use std::cmp::Ordering; mod add_remove2; mod collision_groups2; +mod convex_polygons2; mod damping2; mod debug_box_ball2; mod heightfield2; mod joints2; mod locked_rotations2; mod platform2; +mod polyline2; mod pyramid2; mod restitution2; mod sensor2; @@ -58,11 +60,13 @@ pub fn main() { let mut builders: Vec<(_, fn(&mut Testbed))> = vec