mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 20:56:12 +08:00
Update READE.
This commit is contained in:
parent
4ab0386d09
commit
49651fe3d9
13
README.md
13
README.md
@ -34,8 +34,11 @@ If you are looking for old, C++03 version, please use `devel-picojson` branch.
|
|||||||
* 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] Load
|
||||||
|
* [x] Save
|
||||||
* [x] Binary glTF(GLB)
|
* [x] Binary glTF(GLB)
|
||||||
* [x] PBR material description
|
* [x] Load
|
||||||
|
* [x] Save(.bin embedded .glb)
|
||||||
* Buffers
|
* Buffers
|
||||||
* [x] Parse BASE64 encoded embedded buffer data(DataURI).
|
* [x] Parse BASE64 encoded embedded buffer data(DataURI).
|
||||||
* [x] Load `.bin` file.
|
* [x] Load `.bin` file.
|
||||||
@ -55,6 +58,7 @@ If you are looking for old, C++03 version, please use `devel-picojson` branch.
|
|||||||
* [x] Image save
|
* [x] Image save
|
||||||
* Extensions
|
* Extensions
|
||||||
* [x] Draco mesh decoding
|
* [x] Draco mesh decoding
|
||||||
|
* [ ] Draco mesh encoding
|
||||||
|
|
||||||
## Note on extension property
|
## Note on extension property
|
||||||
|
|
||||||
@ -160,14 +164,17 @@ if (!ret) {
|
|||||||
|
|
||||||
|
|
||||||
### Saving gltTF 2.0 model
|
### Saving gltTF 2.0 model
|
||||||
* [ ] Buffers.
|
|
||||||
|
* Buffers.
|
||||||
* [x] To file
|
* [x] To file
|
||||||
* [x] Embedded
|
* [x] Embedded
|
||||||
* [ ] Draco compressed?
|
* [ ] Draco compressed?
|
||||||
* [x] Images
|
* [x] Images
|
||||||
* [x] To file
|
* [x] To file
|
||||||
* [x] Embedded
|
* [x] Embedded
|
||||||
* [ ] Binary(.glb)
|
* Binary(.glb)
|
||||||
|
* [x] .bin embedded single .glb
|
||||||
|
* [ ] External .bin
|
||||||
|
|
||||||
## Running tests.
|
## Running tests.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user