Remove binary extension since glTF 2.0 supports binary format in native manner.

This commit is contained in:
Syoyo Fujita 2017-07-13 01:28:55 +09:00
parent d9d012a5df
commit 06402256c7

View File

@ -12,7 +12,7 @@
* Moderate parsing time and memory consumption. * Moderate parsing time and memory consumption.
* glTF specification v2.0.0 * glTF specification v2.0.0
* [x] ASCII glTF * [x] ASCII glTF
* [x] Binary glTF(https://github.com/KhronosGroup/glTF/tree/master/extensions/Khronos/KHR_binary_glTF) * [x] Binary glTF(GLB)
* [x] PBR material description * [x] PBR material description
* Buffers * Buffers
* [x] Parse BASE64 encoded embedded buffer fata(DataURI). * [x] Parse BASE64 encoded embedded buffer fata(DataURI).