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

@@ -45,6 +45,8 @@ namespace Nz
String decalMap;
String diffuseMap;
String displacementMap;
String emissiveMap; //< <!> Custom addition: not present in MTL
String normalMap; //< <!> Custom addition: not present in MTL
String reflectionMap;
String shininessMap;
String specularMap;