Allows to work with the Obj format. More...
Static Public Member Functions | |
static bool | canDecode (nkMemory::BufferView<> sources) |
static DecodedData | decode (nkMemory::BufferView<> sources, const ObjDecodeOptions &options=ObjDecodeOptions()) |
Allows to work with the Obj format.
The encoder only supports decoding for now.
|
static |
Checks whether data can be decoded or not.
sources | Data to check. |
|
static |
Decodes provided data.
sources | Data to decode. |
options | The decoding options to drive how data should be decoded. |