Utility/Node: Get[Position|Rotation|Scale) now defaults to local space

This commit is contained in:
Lynix
2019-12-12 09:56:43 +01:00
parent bcc10a1ee2
commit 1dbe71474d
4 changed files with 6 additions and 5 deletions

View File

@@ -203,6 +203,7 @@ Nazara Engine:
- ⚠ Constraint2D are no longer managed by references and are now handled objects
- ⚠ 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
Nazara Development Kit:
- Added ImageWidget (#139)