| Interface | Description |
|---|---|
| GltfAsset |
Interface for a low-level representation of a glTF asset, consisting of
the (version-specific) JSON part, optional binary data, and references
to external data.
|
| Class | Description |
|---|---|
| Buffers |
Utility methods related to buffers
|
| GltfAssetReader |
A class for reading a glTF asset in a version-agnostic form.
|
| GltfAssets |
Utility methods related to
GltfAsset instances. |
| GltfAssetWriter |
A class for writing a
GltfAsset |
| GltfModelReader |
A class for reading a
GltfModel from a URI. |
| GltfModelWriter |
A class for writing a
GltfModel. |
| GltfReference |
A reference to an external resource that belongs to a
GltfAsset. |
| GltfReferenceResolver |
A class for resolving the external data of
GltfReference objects
that are obtained from a GltfAsset |
| GltfWriter |
A class for writing a glTF as JSON
|
| IO |
IO utility methods
|
| JacksonUtils |
Utility methods related to Jackson JSON parsing.
|
| JsonError |
A class containing information about an error that happened
during JSON parsing
|
| JsonErrorConsumers |
Methods to create default consumers of
JsonError instances |
| MimeTypes |
Utility methods to related to the MIME type from data URLs or image data
|
| ProgressInputStream |
An input stream that informs property change listeners and consumers
about the number of bytes that are read.
|
| RawGltfData |
The raw data of a glTF asset, consisting of the raw JSON data and the binary
data.
|
| RawGltfDataReader |
A class for reading the raw data of a glTF asset from an input stream.
|
| UriResolvers |
Methods for creating functions that resolve URI to byte buffers
|
| VersionUtils |
Utility methods related to version strings
|
Copyright © 2022. All Rights Reserved.