Update README.

This commit is contained in:
Syoyo Fujita 2016-02-07 17:46:55 +09:00
parent e9a0cd9210
commit c4bc323c0e

View File

@ -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