Update README.md
This commit is contained in:
parent
1100e09111
commit
6b8490a6ae
|
@ -1,8 +1,6 @@
|
|||
# FBX2glTF
|
||||
|
||||
[](https://opensource.org/licenses/BSD-3-Clause)
|
||||
|
||||
|
||||
This is a command line tool for converting 3D model assets on Autodesk's
|
||||
venerable [FBX](https://www.autodesk.com/products/fbx/overview) format to
|
||||
[glTF 2.0](https://github.com/KhronosGroup/glTF/tree/master/specification/2.0),
|
||||
|
@ -13,6 +11,9 @@ found [here](https://github.com/facebookincubator/FBX2glTF/releases).
|
|||
|
||||
Bleeding-edge binaries are periodically built and publicly available [here](https://dev.azure.com/parwinzell/FBX2glTF/): click a build (usually the most recent), then the 'Artefacts' dropdown in the upper right.
|
||||
|
||||
[](https://travis-ci.com/facebookincubator/FBX2glTF)
|
||||
[](https://ci.appveyor.com/project/zellski/fbx2gltf/branch/master)
|
||||
|
||||
## Running
|
||||
|
||||
The tool can be invoked like so:
|
||||
|
|
Loading…
Reference in New Issue