From e1a572dc5b832bb3f061f8504a8505d77d2898f3 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Thu, 7 Apr 2022 09:24:19 -0700 Subject: [PATCH] Update README.md --- npm/fbx2gltf/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/npm/fbx2gltf/README.md b/npm/fbx2gltf/README.md index a558045..4dbcc83 100644 --- a/npm/fbx2gltf/README.md +++ b/npm/fbx2gltf/README.md @@ -2,7 +2,6 @@ [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) - 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 [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 - Pär Winzell - J.M.P. van Waveren