bevy_mesh_obj 0.1.2

Parse Wavefront .obj files into Bevy Meshes
Documentation
1
2
3
4
5
6
7

pub mod error;
pub mod macros;
pub mod obj;

#[cfg(test)]
mod tests;