bevy_mesh_obj 0.1.2

Parse Wavefront .obj files into Bevy Meshes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[test]
fn test_parse_obj_single() {
    // TODO: ...
}

#[test]
fn test_mesh_fn_from_obj() {
    // TODO: ...
}

#[test]
fn test_mesh_from_obj() {
    // TODO: ...
}