Add links to some file format info in readme
parent
00e2e60b67
commit
7faf638cca
40
Readme.md
40
Readme.md
|
@ -35,29 +35,29 @@ Please check our Wiki as well: https://github.com/assimp/assimp/wiki
|
||||||
__Importers__:
|
__Importers__:
|
||||||
|
|
||||||
- 3D
|
- 3D
|
||||||
- 3DS
|
- [3DS](https://en.wikipedia.org/wiki/.3ds)
|
||||||
- 3MF
|
- [3MF](https://en.wikipedia.org/wiki/3D_Manufacturing_Format)
|
||||||
- AC
|
- AC
|
||||||
- AC3D
|
- [AC3D](https://en.wikipedia.org/wiki/AC3D)
|
||||||
- ACC
|
- ACC
|
||||||
- AMJ
|
- AMJ
|
||||||
- ASE
|
- ASE
|
||||||
- ASK
|
- ASK
|
||||||
- B3D
|
- B3D
|
||||||
- BLEND (Blender)
|
- [BLEND](https://en.wikipedia.org/wiki/.blend_(file_format))
|
||||||
- BVH
|
- [BVH](https://en.wikipedia.org/wiki/Biovision_Hierarchy)
|
||||||
- COB
|
|
||||||
- CMS
|
- CMS
|
||||||
- DAE/Collada
|
- COB
|
||||||
- DXF
|
- [DAE/Collada](https://en.wikipedia.org/wiki/COLLADA)
|
||||||
|
- [DXF](https://en.wikipedia.org/wiki/AutoCAD_DXF)
|
||||||
- ENFF
|
- ENFF
|
||||||
- FBX
|
- [FBX](https://en.wikipedia.org/wiki/FBX)
|
||||||
- glTF 1.0 + GLB
|
- [glTF 1.0](https://en.wikipedia.org/wiki/GlTF#glTF_1.0) + GLB
|
||||||
- glTF 2.0
|
- [glTF 2.0](https://en.wikipedia.org/wiki/GlTF#glTF_2.0)
|
||||||
- HMB
|
- HMB
|
||||||
- IFC-STEP
|
- IFC-STEP
|
||||||
- IRR / IRRMESH
|
- IRR / IRRMESH
|
||||||
- LWO
|
- [LWO](https://en.wikipedia.org/wiki/LightWave_3D)
|
||||||
- LWS
|
- LWS
|
||||||
- LXO
|
- LXO
|
||||||
- MD2
|
- MD2
|
||||||
|
@ -70,10 +70,10 @@ __Importers__:
|
||||||
- MS3D
|
- MS3D
|
||||||
- NDO
|
- NDO
|
||||||
- NFF
|
- NFF
|
||||||
- OBJ
|
- [OBJ](https://en.wikipedia.org/wiki/Wavefront_.obj_file)
|
||||||
- OFF
|
- [OFF](https://en.wikipedia.org/wiki/OFF_(file_format))
|
||||||
- OGEX
|
- [OGEX](https://en.wikipedia.org/wiki/Open_Game_Engine_Exchange)
|
||||||
- PLY
|
- [PLY](https://en.wikipedia.org/wiki/PLY_(file_format))
|
||||||
- PMX
|
- PMX
|
||||||
- PRJ
|
- PRJ
|
||||||
- Q3O
|
- Q3O
|
||||||
|
@ -82,19 +82,19 @@ __Importers__:
|
||||||
- SCN
|
- SCN
|
||||||
- SIB
|
- SIB
|
||||||
- SMD
|
- SMD
|
||||||
- STL
|
- [STP](https://en.wikipedia.org/wiki/ISO_10303-21)
|
||||||
- STP
|
- [STL](https://en.wikipedia.org/wiki/STL_(file_format))
|
||||||
- TER
|
- TER
|
||||||
- UC
|
- UC
|
||||||
- VTA
|
- VTA
|
||||||
- X
|
- X
|
||||||
- X3D
|
- [X3D](https://en.wikipedia.org/wiki/X3D)
|
||||||
- XGL
|
- XGL
|
||||||
- ZGL
|
- ZGL
|
||||||
|
|
||||||
Additionally, some formats are supported by dependency on non-free code or external SDKs (not built by default):
|
Additionally, some formats are supported by dependency on non-free code or external SDKs (not built by default):
|
||||||
|
|
||||||
- C4D (https://github.com/assimp/assimp/wiki/Cinema4D-&-Melange)
|
- [C4D](https://en.wikipedia.org/wiki/Cinema_4D) (https://github.com/assimp/assimp/wiki/Cinema4D-&-Melange)
|
||||||
|
|
||||||
__Exporters__:
|
__Exporters__:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue