bevy_obj
A 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.13"
= "0.13"
Add the plugin:
use *;
use ObjPlugin;
Load the .obj file as a single mesh:
Scene based loading
If you prefer loading .obj files as a scene with (limited) MTL material support, add the scene feature
[]
= "0.13"
= { = "0.13", = ["scene"] }