Utility/Node: Fix negative scaling not affecting rotation

This commit is contained in:
Lynix
2019-12-13 17:23:01 +01:00
parent c10b0c22ed
commit 3760c8b5c4
3 changed files with 34 additions and 4 deletions

View File

@@ -205,6 +205,7 @@ Nazara Engine:
- ⚠ Removed all Set methods from math classes taking their own type (e.g. Box::Set(Box))
- Added Matrix4::Decompose
- ⚠ Node::Get[Position|Rotation|Scale] now defaults to local space
- Fixed Node rotation when using a negative scale
Nazara Development Kit:
- Added ImageWidget (#139)