facebookincubator / FBX2glTF

A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naming of buffer.bin causes problems

UltraEngine opened this issue · comments

My users are experiencing problems because this tool is automatically converting multiple glTF files in the same folder, overwriting their associated .bin files, resulting in mismatches between the glTF file and binary data.

Either the .bin file should have the same file name as the .gltf file, or there should be a CLI option to specify the name of the saved bin file.

Yes, I know about .glb, but we do not want to use it in our pipeline, as embedded textures cause more problems than they solve.