diff options
| author | Sébastien Crozet <developer@crozet.re> | 2020-11-24 16:54:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-24 16:54:15 +0100 |
| commit | bdf2e15fdcff4c4757b4875354b2d6e8b9c6939d (patch) | |
| tree | 097166c76d92921b269b28a1e115b3cef89d820b /examples3d/heightfield3.rs | |
| parent | c641114f016c47f6b22acc084610847f88ff5a66 (diff) | |
| parent | fcafcac66f1792ea155925e3de5055ef50910fb0 (diff) | |
| download | rapier-bdf2e15fdcff4c4757b4875354b2d6e8b9c6939d.tar.gz rapier-bdf2e15fdcff4c4757b4875354b2d6e8b9c6939d.tar.bz2 rapier-bdf2e15fdcff4c4757b4875354b2d6e8b9c6939d.zip | |
Merge pull request #68 from dimforge/read_contacts
Allow access to contact information
Diffstat (limited to 'examples3d/heightfield3.rs')
| -rw-r--r-- | examples3d/heightfield3.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3d/heightfield3.rs b/examples3d/heightfield3.rs index 59380d5..6558614 100644 --- a/examples3d/heightfield3.rs +++ b/examples3d/heightfield3.rs @@ -27,7 +27,7 @@ pub fn init_world(testbed: &mut Testbed) { // NOTE: make sure we use the sin/cos from simba to ensure // cross-platform determinism of the example when the // enhanced_determinism feature is enabled. - (<f32 as ComplexField>::sin(x) + <f32 as ComplexField>::cos(z)) + <f32 as ComplexField>::sin(x) + <f32 as ComplexField>::cos(z) } }); |
