Struct gltf::Mesh [] [src]

pub struct Mesh {
    pub name: String,
    pub primitives: Vec<Primitive>,
}

Fields

Trait Implementations

impl Debug for Mesh
[src]

Formats the value using the given formatter.