Add assbin file format to readme
parent
f55ef85578
commit
9b5bb6b088
|
@ -46,6 +46,7 @@ The library provides importers for a lot of file formats, including:
|
||||||
- Ogre Binary
|
- Ogre Binary
|
||||||
- Ogre XML
|
- Ogre XML
|
||||||
- Q3D
|
- Q3D
|
||||||
|
- ASSBIN (Assimp scene serialization)
|
||||||
|
|
||||||
Additionally, the following formats are also supported, but not part of the core library as they depend on proprietary libraries.
|
Additionally, the following formats are also supported, but not part of the core library as they depend on proprietary libraries.
|
||||||
|
|
||||||
|
@ -60,6 +61,7 @@ Exporters include:
|
||||||
- X
|
- X
|
||||||
- 3DS
|
- 3DS
|
||||||
- JSON (for WebGl, via https://github.com/acgessler/assimp2json)
|
- JSON (for WebGl, via https://github.com/acgessler/assimp2json)
|
||||||
|
- ASSBIN
|
||||||
|
|
||||||
See [the full list here](http://assimp.sourceforge.net/main_features_formats.html).
|
See [the full list here](http://assimp.sourceforge.net/main_features_formats.html).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue