diff --git a/korman/exporter/mesh.py b/korman/exporter/mesh.py index e500cfd..d1e3b71 100644 --- a/korman/exporter/mesh.py +++ b/korman/exporter/mesh.py @@ -115,8 +115,8 @@ class MeshConverter: geospan.localToWorld = hsMatrix44() geospan.worldToLocal = hsMatrix44() else: - geospan.worldToLocal = utils.matrix44(bo.matrix_basis) - geospan.localToWorld = geospan.worldToLocal.inverse() + geospan.localToWorld = utils.matrix44(bo.matrix_basis) + geospan.worldToLocal = geospan.localToWorld.inverse() return geospan def finalize(self):