Struct gltf::gltf::Gltf [] [src]

pub struct Gltf { /* fields omitted */ }

The primary data structure of this crate.

Methods

impl Gltf
[src]

[src]

Constructs the Gltf wrapper from binary glTF.

[src]

Constructs the Gltf wrapper from a reader.

[src]

Constructs the Gltf wrapper from a slice of bytes.

[src]

Constructs the Gltf wrapper from a string slice.

[src]

Constructs the Gltf wrapper from a gltf_json::Value.

[src]

Returns an Iterator that visits the accessors of the glTF asset.

[src]

Returns an Iterator that visits the animations of the glTF asset.

[src]

Returns an Iterator that visits the pre-loaded buffers of the glTF asset.

[src]

Returns an Iterator that visits the cameras of the glTF asset.

[src]

Returns the default scene, if provided.

[src]

Returns the extensions referenced in this .gltf file.

[src]

Returns the extensions required to load and render this asset.

[src]

Returns an Iterator that visits the pre-loaded images of the glTF asset.

[src]

Returns an Iterator that visits the materials of the glTF asset.

[src]

Returns an Iterator that visits the meshes of the glTF asset.

[src]

Returns an Iterator that visits the nodes of the glTF asset.

[src]

Returns an Iterator that visits the scenes of the glTF asset.

[src]

Returns an Iterator that visits the samplers of the glTF asset.

[src]

Returns an Iterator that visits the skins of the glTF asset.

[src]

Returns an Iterator that visits the textures of the glTF asset.

[src]

Returns an Iterator that visits the pre-loaded buffer views of the glTF asset.

Trait Implementations

impl<'a> Debug for Gltf
[src]

[src]

Formats the value using the given formatter.