Update README.md
This commit is contained in:
parent
5fb127283f
commit
e1a572dc5b
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
[](https://opensource.org/licenses/BSD-3-Clause)
|
[](https://opensource.org/licenses/BSD-3-Clause)
|
||||||
|
|
||||||
|
|
||||||
This is a command line tool for converting 3D model assets on the
|
This is a command line tool for converting 3D model assets on the
|
||||||
well-established [FBX](https://www.autodesk.com/products/fbx/overview) format to
|
well-established [FBX](https://www.autodesk.com/products/fbx/overview) format to
|
||||||
[glTF 2.0](https://github.com/KhronosGroup/glTF/tree/master/specification/2.0),
|
[glTF 2.0](https://github.com/KhronosGroup/glTF/tree/master/specification/2.0),
|
||||||
|
@ -45,10 +44,6 @@ convert('path/to/some.fbx', 'path/to/target.glb', ['--khr-materials-unlit']).the
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
# Further Reading
|
|
||||||
|
|
||||||
The home of this tool is [here](https://github.com/facebookincubator/FBX2glTF).
|
|
||||||
|
|
||||||
# Authors
|
# Authors
|
||||||
- Pär Winzell
|
- Pär Winzell
|
||||||
- J.M.P. van Waveren
|
- J.M.P. van Waveren
|
||||||
|
|
Loading…
Reference in New Issue