Struct cem::v1::Quantities [] [src]

pub struct Quantities {
    pub frames: u32,
    pub materials: u32,
    pub vertex_points: u32,
    pub triangles: u32,
    pub triangle_groups: u32,
    pub vertices: u32,
    pub tag_points: u32,
    pub additional_models: u32,
}

Contains metadata about the quantities of certain things in this file. Not useful on its own, but necessary to parse the rest of the file.

Fields

Number of individual vertex points. This only represents the count of unique position components.

Count of unique vertices, including vertex normals and texture positions. Should always be >= vertex_points.

Methods

impl Quantities
[src]

[src]

Trait Implementations

impl Debug for Quantities
[src]

[src]

Formats the value using the given formatter.