1 2 3 4 5 6
#[derive(Debug, Default)] pub struct Vertex { pub position: [f32; 3], pub normal: [f32; 3], pub uv: [f32; 2], }