mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-09-23 20:23:13 +08:00
12 lines
189 B
Markdown
12 lines
189 B
Markdown
# Simple glTF writer in C++.
|
|
|
|
Read glTF with tinygltfloader, and write it to glTF JSON.
|
|
|
|
## TODO
|
|
|
|
* [ ] Asset export option(embed, external file)
|
|
* [ ] Textures
|
|
* [ ] Materials
|
|
* [ ] etc.
|
|
|