Add physics crate with rapier3d
This commit is contained in:
parent
a3d3f641cd
commit
8c9c310198
13 changed files with 756 additions and 102 deletions
|
|
@ -87,6 +87,8 @@ impl Gui {
|
|||
});
|
||||
|
||||
target.finish().expect("Failed to swap buffers");
|
||||
|
||||
ecsr.renderer.set_colliders(None);
|
||||
}
|
||||
|
||||
pub fn ui<F>(&mut self, build: F)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue