diff options
| author | Sébastien Crozet <developer@crozet.re> | 2020-09-06 12:16:09 +0200 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2020-09-06 12:16:22 +0200 |
| commit | ff2da7fb27f0ea7a15b1dc6b6daf763fe7faf13b (patch) | |
| tree | 76578c4a2ff16592b98eea9cbd9c9b07646240a4 /examples3d/compound3.rs | |
| parent | 3080c6e7d2e7bad0ac55095ccc24b1ac8bd5449a (diff) | |
| download | rapier-ff2da7fb27f0ea7a15b1dc6b6daf763fe7faf13b.tar.gz rapier-ff2da7fb27f0ea7a15b1dc6b6daf763fe7faf13b.tar.bz2 rapier-ff2da7fb27f0ea7a15b1dc6b6daf763fe7faf13b.zip | |
Move benchmark demos into their own directory.
Diffstat (limited to 'examples3d/compound3.rs')
| -rw-r--r-- | examples3d/compound3.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples3d/compound3.rs b/examples3d/compound3.rs index a8a9939..34a654d 100644 --- a/examples3d/compound3.rs +++ b/examples3d/compound3.rs @@ -14,7 +14,7 @@ pub fn init_world(testbed: &mut Testbed) { /* * Ground */ - let ground_size = 200.1; + let ground_size = 50.0; let ground_height = 0.1; let rigid_body = RigidBodyBuilder::new_static() @@ -37,7 +37,7 @@ pub fn init_world(testbed: &mut Testbed) { let mut offset = -(num as f32) * (rad * 2.0 + rad) * 0.5; - for j in 0usize..25 { + for j in 0usize..15 { for i in 0..num { for k in 0usize..num { let x = i as f32 * shift * 5.0 - centerx + offset; |
