bevy_obj
Wavefront OBJ mesh asset loader plugin for the Bevy engine.
Usage
Add the crate as a dependency:
Major and Minor version number should match bevy version.
[]
= "0.16"
= "0.16"
Add the plugin:
use *;
use ObjPlugin;
Load an .obj file:
Settings
You can use load_with_settings() to modify some loader settings.
License
Licensed under either of
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
at your option.