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

Allow to flip axis

floAr opened this issue · comments

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.