Fixed transformation of the hollowed mesh to be used at frontend

Common gizmos data update is called from GLGizmoManager
This commit is contained in:
Lukas Matena 2020-01-28 12:41:48 +01:00
parent 46fdce1169
commit 3f73261fdb
5 changed files with 26 additions and 10 deletions

View file

@ -215,6 +215,7 @@ public:
private:
const TriangleMesh* m_old_mesh;
TriangleMesh m_backend_mesh_transformed;
};
} // namespace GUI