Skip to content

Simple crate for rapier3d colliders generation from bevy gltf scenes.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Defernus/bevy_gltf_collider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bevy gltf collider generator

Simple crate for rapier3d collider generation from bevy scene loaded from gltf file.

Usage

Check load_monkey example.

How to create gltf file in blender

  1. Create a mesh for collider around your object (you can add more than one)
    collider
  2. Rename all your colliders to collider_*
    rename
  3. Export your scene as gltf file
    export-1
  4. Make sure to check this options:
    export-2
  5. Load your scene in bevy and use bevy_gltf_collider::get_scene_colliders function to replace meshes with colliders
    bevy

License

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.

About

Simple crate for rapier3d colliders generation from bevy gltf scenes.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages