|
@@ -108,7 +108,7 @@ public class OBJToGLBUtil {
|
|
|
LinkedHashSet<String> imgMtl = OBJToGLBUtil.readMtlFile(file.getPath());
|
|
|
for (String mtlName : imgMtl) {
|
|
|
if (!imgName.contains(mtlName)) {
|
|
|
- throw new BusinessException(-1 ,mtlName + "图片缺失!");
|
|
|
+ throw new BusinessException(ErrorCode.FAILURE_CODE_5065);
|
|
|
}
|
|
|
}
|
|
|
return true;
|