Struct gltf_importer::Importer [] [src]

pub struct Importer { /* fields omitted */ }

An Importer loads glTF and all of its buffer data from the file system.

Methods

impl Importer
[src]

Constructs an Importer.

Imports the glTF.

Returns the path to the glTF.

Trait Implementations

impl Debug for Importer
[src]

Formats the value using the given formatter.

impl Source for Importer
[src]

Return the buffer data referenced by the given Buffer. Read more