A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.
Go to file
Chris Subagio ef974a5e1a Add support for prebuilt ORM textures
Before this change, the texture assignments for Occlusion, Roughness, and Metalness in the Stingray PBR material path were assumed to be single channel images where the R should be used to build a merged ORM texture. This precluded the use of prebuilt ORM textures.

This commit proposes a few changes:
* if the same texture is detected in all 3 channels, assume it already is ORM and just pass through.
* when combining textures, read R/G/B for O/R/M rather than R/R/R. This allows merging of prebuild ORM textures.
2021-11-28 11:34:57 -08:00
.github/workflows Typo. 2021-11-17 16:34:36 -08:00
demo Add demo. 2021-11-28 11:14:31 -08:00
npm/fbx2gltf Increment the version after a few years of work. 2021-11-17 12:08:43 -08:00
src Add support for prebuilt ORM textures 2021-11-28 11:34:57 -08:00
third_party Oops, forgot to actually commit json.hpp. 2019-04-03 09:58:48 -07:00
.clang-format Apply clang-format to all our source. (#149) 2018-12-18 23:30:29 -08:00
.dockerignore Added sdk to dockerignore 2019-05-14 07:16:28 -07:00
.gitignore Add demo. 2021-11-28 11:14:31 -08:00
CMakeLists.txt Revert "First draft of Standard material support." 2021-11-28 11:21:16 -08:00
CODE_OF_CONDUCT.md Organization change. 2021-06-06 18:48:47 -07:00
CONTRIBUTING.md We don't use CLA. 2021-06-06 18:50:23 -07:00
Dockerfile Added sdk to dockerignore 2019-05-14 07:16:28 -07:00
FindFBX.cmake Typo. Use vs2019. 2021-06-06 21:37:42 -07:00
LICENSE Use standard text. 2021-06-06 18:58:06 -07:00
README.md Update README.md 2021-11-17 08:50:30 -08:00
conanfile.py Add 1.15. 2021-11-17 09:13:40 -08:00
docker-compose.yaml Dockerize FBX2glTF (#184) 2019-05-07 17:20:38 -07:00

README.md

FBX2GLTF

Change skinning-weights to 4 if your engine does not support that feature.

Change the default import of the engine to be different from 30 fps if needed.

There are artifacts in the Github Actions for Windows, MacOS and Linux.

You need to install the MVSC redistributable on Windows. https://support.microsoft.com/en-ca/help/2977003/the-latest-supported-visual-c-downloads.

Build Instructions

Reference the Github workflow.