[][src]Module gltf_json::extensions

Contains extension specific data structures and the names of all 2.0 extensions supported by the library.

Re-exports

pub use self::root::Root;

Modules

accessor

Contains Accessor and other related data structures.

animation

Contains Animation and other related data structures.

asset

Contains Asset metadata.

buffer

Contains Buffer, View, and other related data structures.

camera

Contains Camera and other related data structures.

image

Contains Image and other related data structures.

material

Contains Material and other related data structures.

mesh

Contains Mesh and other related data structures.

root

Contains Root.

scene

Contains Scene, Node, and other related data structures.

skin

Contains Skin and other related data structures.

texture

Contains Texture, Sampler, and other related data structures.

Constants

ENABLED_EXTENSIONS

Names of glTF 2.0 extensions enabled by the user.

SUPPORTED_EXTENSIONS

Names of glTF 2.0 extensions supported by the library.