diff options
Diffstat (limited to 'examples3d/all_examples3.rs')
| -rw-r--r-- | examples3d/all_examples3.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples3d/all_examples3.rs b/examples3d/all_examples3.rs index d7fb4e3..f599fdb 100644 --- a/examples3d/all_examples3.rs +++ b/examples3d/all_examples3.rs @@ -33,8 +33,10 @@ mod fountain3; mod heightfield3; mod joints3; // mod joints3; +mod character_controller3; mod keva3; mod locked_rotations3; +mod newton_cradle3; mod one_way_platforms3; mod platform3; mod primitives3; @@ -79,6 +81,7 @@ pub fn main() { .to_camel_case(); let mut builders: Vec<(_, fn(&mut Testbed))> = vec