Struct gltf::Material [] [src]

pub struct Material {
    pub name: String,
    pub technique: String,
    pub values: Map<String, Value>,
}

Fields

Trait Implementations

impl Debug for Material
[src]

Formats the value using the given formatter.