Add support for emissive and gloss-maps
Conflicts: code/ObjFileMtlImporter.cpp Someone added support for loading more bump maps, I added support for emmissive-maps. Easy merge.
This commit is contained in:
@@ -156,6 +156,7 @@ struct Material
|
||||
aiString texture;
|
||||
aiString textureSpecular;
|
||||
aiString textureAmbient;
|
||||
aiString textureEmissive;
|
||||
aiString textureBump;
|
||||
aiString textureNormal;
|
||||
aiString textureSpecularity;
|
||||
@@ -166,6 +167,7 @@ struct Material
|
||||
TextureDiffuseType = 0,
|
||||
TextureSpecularType,
|
||||
TextureAmbientType,
|
||||
TextureEmissiveType,
|
||||
TextureBumpType,
|
||||
TextureNormalType,
|
||||
TextureSpecularityType,
|
||||
|
||||
Reference in New Issue
Block a user