Update glTF in list of importers and exporters

pull/1423/head
Daniel Hritzkiv 2017-09-13 11:23:12 -04:00 committed by GitHub
parent 933bbb4f1c
commit 2cc0a378ed
1 changed files with 4 additions and 3 deletions

View File

@ -52,7 +52,8 @@ __Importers__:
- DXF - DXF
- ENFF - ENFF
- FBX - FBX
- GLB/GLTF - glTF 1.0 + GLB
- glTF 2.0
- HMB - HMB
- IFC-STEP - IFC-STEP
- IRR / IRRMESH - IRR / IRRMESH
@ -106,8 +107,8 @@ __Exporters__:
- JSON (for WebGl, via https://github.com/acgessler/assimp2json) - JSON (for WebGl, via https://github.com/acgessler/assimp2json)
- ASSBIN - ASSBIN
- STEP - STEP
- glTF (partial) - glTF 1.0 (partial)
- glTF2.0 - glTF 2.0 (partial)
### Building ### ### Building ###
Take a look into the `INSTALL` file. Our build system is CMake, if you used CMake before there is a good chance you know what to do. Take a look into the `INSTALL` file. Our build system is CMake, if you used CMake before there is a good chance you know what to do.