Allows to work with the GLTF 2 format. More...
Static Public Member Functions | |
static bool | canDecode (nkMemory::BufferView<> sources) |
static DecodedData | decode (nkMemory::BufferView<> sources, const GltfDecodeOptions &options=GltfDecodeOptions()) |
Allows to work with the GLTF 2 format.
|
static |
Checks whether data can be decoded or not.
sources | Data to check. |
|
static |
Decodes provided data.
sources | Data to decode. |
options | The options allowing to customize how the decoding should happen. |