Struct quake3_loader::Vertex [] [src]

pub struct Vertex {
    pub position: [f32; 3],
    pub tex_coord1: [f32; 2],
    pub tex_coord2: [f32; 2],
    pub normal: [f32; 3],
    pub color: [u8; 4],
}

Fields

Trait Implementations

impl Debug for Vertex
[src]

[src]

Formats the value using the given formatter.