obj_2_rust 0.1.5

Macro to bring an obj file into rust
Documentation
1
2
3
4
5
6
#[derive(Debug, Default)]
pub struct Vertex {
    pub position: [f32; 3],
    pub normal: [f32; 3],
    pub uv: [f32; 2],
}