Cargo Features
[dependencies]
bevy_obj = { version = "0.15.0", default-features = false, features = ["mesh", "scene", "log"] }
- default = mesh, scene
-
These default features are set whenever
bevy_obj
is added without
somewhere in the dependency tree.default-features = false - mesh default
-
Support for loading OBJ file as a singular mesh
Affects
bevy_obj::mesh
… - scene default
-
Support for loading OBJ file as a scene with MTL materials
Enables bevy_pbr and bevy_scene of bevy, async of tobj
Affects
bevy_obj::scene
… - log
-
Enable logging of the OBJ parser crate