Struct gltf::Node [] [src]

pub struct Node {
    pub meshes: Vec<String>,
    pub name: String,
}

Fields

Trait Implementations

impl Debug for Node
[src]

Formats the value using the given formatter.