Utility/OBJLoader: Fix OBJ uvs

This commit is contained in:
Lynix
2020-01-04 12:15:54 +01:00
parent df2a029f30
commit b3af14f65a
3 changed files with 3 additions and 4 deletions

View File

@@ -214,6 +214,7 @@ Nazara Engine:
- ⚠ 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
- ⚠ OBJLoader flips UV by default, fixing a lot of models UV
Nazara Development Kit:
- Added ImageWidget (#139)