浏览代码

detect FBX glossiness map (ShininessExponent)

George Papadopoulos 11 年之前
父节点
当前提交
02c4344d1d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      code/FBXConverter.cpp

+ 1 - 0
code/FBXConverter.cpp

@@ -1517,6 +1517,7 @@ private:
 		TrySetTextureProperties(out_mat, textures, "DisplacementColor", aiTextureType_DISPLACEMENT);
 		TrySetTextureProperties(out_mat, textures, "NormalMap", aiTextureType_NORMALS);
 		TrySetTextureProperties(out_mat, textures, "Bump", aiTextureType_HEIGHT);
+		TrySetTextureProperties(out_mat, textures, "ShininessExponent", aiTextureType_SHININESS);
 	}