Struct three::Node [] [src]

pub struct Node { /* fields omitted */ }

Fat node of the scene graph.

Node is used by three-rs internally, client code uses Object instead.

Trait Implementations

impl From<SubNode> for Node
[src]

Performs the conversion.

impl Debug for Node
[src]

Formats the value using the given formatter.