mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2025-02-07 07:22:51 -05:00
Fixed issue with missing material
This commit is contained in:
parent
b9e8079f76
commit
6c0c39761b
@ -113,5 +113,6 @@ function parse(mtlPath) {
|
||||
})
|
||||
.catch(function() {
|
||||
console.log('Could not read material file at ' + mtlPath + '. Using default material instead.');
|
||||
return {};
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user