Physics2D/Collider2D: Add support for neighbors vertices

This commit is contained in:
Lynix
2020-01-01 17:25:22 +01:00
parent f371cbb386
commit df2a029f30
4 changed files with 27 additions and 1 deletions

View File

@@ -213,6 +213,7 @@ Nazara Engine:
- Added ENetPeer::GetTotalPacketSent
- ⚠ ENetHost::GetTotalReceivedPackets now returns the number of commands received (instead of the number of UDP packets received)
- Added EmptyStream class, useful to measure how many bytes some writing operations will take
- SegmentCollider2D: Add support for neighbors (aka "ghost vertices"), allowing to prevent seams collisions
Nazara Development Kit:
- Added ImageWidget (#139)