Gizmo improvements

This commit is contained in:
Simon Lübeß
2022-05-15 14:36:07 +02:00
parent 3956080520
commit 62bb5baac9
8 changed files with 108 additions and 38 deletions
@@ -43,7 +43,10 @@ namespace GlitchyEngine.World
_localTransform = value;
Matrix.Decompose(_localTransform, out _position, out _rotation, out _scale);
Matrix.Decompose(_localTransform, out _position, let rotation, out _scale);
Rotation = rotation;
IsDirty = true;
}
}