We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9404c41 commit 46be519Copy full SHA for 46be519
src/mesh_writer/fbx_writer.cpp
@@ -63,7 +63,7 @@ namespace plateau::meshWriter {
63
axis_system = FbxAxisSystem(
64
FbxAxisSystem::EUpVector::eYAxis,
65
FbxAxisSystem::EFrontVector::eParityOdd,
66
- FbxAxisSystem::eLeftHanded);
+ FbxAxisSystem::eRightHanded);
67
break;
68
case geometry::CoordinateSystem::EUN:
69
0 commit comments