facebookincubator / FBX2glTF

A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.
Other
2.08k stars 331 forks source link

Naming of buffer.bin causes problems #304

Open UltraEngine opened 1 year ago

UltraEngine commented 1 year ago

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.