Physics2D/Collider2D: Add ForEachPolygon method

This commit is contained in:
Lynix
2019-03-26 19:03:56 +01:00
parent ce43b633b9
commit 11e98918ab
3 changed files with 72 additions and 2 deletions

View File

@@ -175,6 +175,7 @@ Nazara Engine:
- Fixed ENet UnreliableFragment packets sent as Unreliable (and such being incomplete upon reception)
- ENet DisconnectLater now reflects libenet behavior (and is waiting for unreliable commands to be sent before disconnecting for good)
- ⚠ Collider3D::ForEachPolygon now takes a void(Vector3f\*, std::size_t) callback (instead of void(float\*, std::size_t))
- Added Collider2D::ForEachPolygon
Nazara Development Kit:
- Added ImageWidget (#139)