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.1k stars 332 forks source link

Allow to flip axis #256

Open floAr opened 4 years ago

floAr commented 4 years ago

When converting fbx files for use in Unity3d the corresponding gltf files are flipped along the x and z axis (or need to be flipped around this axis to match up, depending on your standpoint). I would like to have the option to flip directly during conversation if possible, as having a manual flip later on (i.e by scaling with -1 on x and z) will break automation further down the pipeline.