Struct e2rcore::implement::file::md5mesh::Md5Vert
[−]
[src]
pub struct Md5Vert {
pub _index: u64,
pub _tex_coords: [f32; 2],
pub _weight_start: u64,
pub _weight_count: u64,
pub _normal: [f32; 3],
pub _pos: [f32; 3],
}Fields
_index: u64
_tex_coords: [f32; 2]
_weight_start: u64
_weight_count: u64
_normal: [f32; 3]
_pos: [f32; 3]