Struct amethyst_gltf::GltfNode [] [src]

pub struct GltfNode {
    pub primitives: Vec<GltfPrimitive>,
    pub parent: Option<usize>,
    pub children: Vec<usize>,
    pub local_transform: LocalTransform,
}

A node in the scene hierarchy

Fields

Trait Implementations

impl Debug for GltfNode
[src]

[src]

Formats the value using the given formatter.