Struct cem::v1::V1 [] [src]

pub struct V1 {
    pub quantities: Quantities,
    pub center: Point3<f32>,
    pub unknown: u8,
    pub points: Vec<u32>,
    pub triangles: Vec<(Vertex, Vertex, Vertex)>,
    pub triangle_groups: Vec<TriangleGroup>,
    pub materials: Vec<Material>,
    pub vertices: Vec<(u32, f32)>,
    pub tag_points: Vec<String>,
    pub frames: Vec<Frame>,
}

Fields

Methods

impl V1
[src]

[src]

Trait Implementations

impl Debug for V1
[src]

[src]

Formats the value using the given formatter.