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

Trait Implementations

impl Debug for Md5Vert
[src]

[src]

Formats the value using the given formatter.