Module gltf::json
[−]
Contains (de)serializable data structures that match the glTF JSON text.
Reexports
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 |
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 |