Struct gltf::root::Root [] [src]

pub struct Root(_);

The (immutable) root object for a glTF asset.

Methods

impl Root
[src]

Constructs a Camera.

Returns the internal JSON item.

Returns the extensions referenced in this .gltf file.

Returns the extensions required to load and render this asset.

Trait Implementations

impl Clone for Root
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Root
[src]

Formats the value using the given formatter.