Struct gltf::Primitive [] [src]

pub struct Primitive {
    pub attributes: Map<String, String>,
    pub indices: Option<String>,
    pub material: String,
    pub mode: u32,
}

Fields

Trait Implementations

impl Debug for Primitive
[src]

Formats the value using the given formatter.