From 06402256c715e46b5b696905d02c020c1baa9127 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Thu, 13 Jul 2017 01:28:55 +0900 Subject: [PATCH] Remove binary extension since glTF 2.0 supports binary format in native manner. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3760c8a..0c3c3dc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ * Moderate parsing time and memory consumption. * glTF specification v2.0.0 * [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 * Buffers * [x] Parse BASE64 encoded embedded buffer fata(DataURI).