提交 1b5c7a97 编写于 作者: M Mr.doob

GLTFLoader: Return null when failing to load textures

上级 2383c1c0
......@@ -2643,6 +2643,10 @@ class GLTFParser {
return texture;
} ).catch( function () {
return null;
} );
this.textureCache[ cacheKey ] = promise;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册