Physics3D/Collider3D: Add ForEachPolygon method

This commit is contained in:
Jérôme Leclercq
2018-03-26 16:57:16 +02:00
parent 271565d1b9
commit 554fcd6492
3 changed files with 32 additions and 6 deletions

View File

@@ -75,6 +75,7 @@ Nazara Engine:
- ⚠️ Renamed Bitset::Read to Bitset::Write
- Fixed ENetCompressor class destructor not being virtual
- ⚠️ Added a type tag parameter to Serialize and Unserialize functions, to prevent implicit conversions with overloads
- Added Collider3D::ForEachPolygon method, allowing construction of a debug mesh based on the physics collider
Nazara Development Kit:
- Added ImageWidget (#139)