Crate gltf_json [−]
Reexports
pub use accessor::Accessor; |
pub use animation::Animation; |
pub use asset::Asset; |
pub use buffer::Buffer; |
pub use camera::Camera; |
pub use image::Image; |
pub use material::Material; |
pub use mesh::Mesh; |
pub use scene::Node; |
pub use scene::Scene; |
pub use skin::Skin; |
pub use texture::Texture; |
pub use self::extras::Extras; |
pub use self::path::Path; |
pub use self::root::Index; |
pub use self::root::Root; |
Modules
| accessor |
Contains |
| animation |
Contains |
| asset |
Contains |
| buffer |
Contains |
| camera |
Contains |
| extensions |
Contains extension specific data structures and the names of all 2.0 extensions supported by the library. |
| extras |
Contains |
| image |
Contains |
| material |
Contains |
| mesh |
Contains |
| path |
Contains |
| root |
Contains |
| scene |
Contains |
| skin |
Contains |
| texture |
Contains |
| validation |
Contains functions that validate glTF JSON data against the specification. |
Structs
| Error |
This type represents all possible errors that can occur when serializing or deserializing JSON data. |
Functions
| from_reader |
Deserialize an instance of type |
| from_slice |
Deserialize an instance of type |
| from_str |
Deserialize an instance of type |
| from_value |
Interpret a |