Simple crate for rapier3d collider generation from bevy scene loaded from gltf file.
Check load_monkey example.
- Create a mesh for collider around your object (you can add more than one)
- Rename all your colliders to
collider_*
- Export your scene as gltf file
- Make sure to check this options:
- Load your scene in bevy and use
bevy_gltf_collider::get_scene_colliders
function to replace meshes with colliders
Bevy Gltf Collider Generator is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT.