Utility/OBJLoader: Add support for emissive/normal maps by using custom keywords

This commit is contained in:
Lynix
2018-04-04 21:30:59 +02:00
parent 31c272ab98
commit 05a5c4c42e
4 changed files with 47 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ Nazara Engine:
- Dual-stack sockets are now supported (by using NetProtocol_Any at creation/opening)
- Fixed IPv6 addresses not being correctly encoded/decoded from the socket API.
- Fix copy and move semantic on HandledObject and ObjectHandle
- Add support for emissive and normal maps in .mtl loader using custom keywords ([map_]emissive and [map_]normal)
Nazara Development Kit:
- Added ImageWidget (#139)