I am trying to convert an FBX file to 3D Tiles using Mago-3D-Tiler 1.13.1-hotfix on macOS with Java 17. Here is my command: java -jar mago-3d-tiler-1.13.1-hotfix.jar \ -i cheon_mesh.fbx \ -o ./output ...
Currently, aiProcess_ConvertToLeftHanded in Assimp always applies the right-to-left-handed conversion unconditionally. For file formats that explicitly store handedness in their metadata (e.g., FBX, ...