From c4bc323c0ead57701c6e6cc279da15c2009a5548 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Sun, 7 Feb 2016 17:46:55 +0900 Subject: [PATCH] Update README. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index e422143..e170c08 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,6 @@ * [x] BMP * [x] GIF -## Limitation - -Currently, TinyGLTFLoader only loads nodes and geometry(mesh/buffer) data. - ## Examples * [glview](examples/glview) : Simple glTF geometry viewer. @@ -35,7 +31,7 @@ Currently, TinyGLTFLoader only loads nodes and geometry(mesh/buffer) data. ## TODOs * [ ] Support multiple scenes in `.gltf` -* [ ] Parse `animation`, `program`, `sampler`, `shader`, `technique`, `texture` +* [ ] Parse `animation`, `program`, `sampler`, `shader`, `technique` * [ ] Compression/decompression(Open3DGC, etc) * [ ] Support `extensions` and `extras` property * [ ] HDR image