diff --git a/src/OBJ.cpp b/src/OBJ.cpp index d8f91bf..71ec109 100755 --- a/src/OBJ.cpp +++ b/src/OBJ.cpp @@ -268,7 +268,7 @@ void OBJ::ParseMaterial() continue; } // Normal map (bump map) - if (prefix == "bump") + if (prefix == "bump" || prefix == "map_Bump" ) { MaterialInfo::BumpMap bumpMap;