提交 67b4a111 编写于 作者: M Mr.doob

GLTFLoader: Continue loading even if textures are missing.

上级 222b2fce
......@@ -795,7 +795,11 @@ THREE.GLTFLoader = ( function () {
resolve( _texture );
}.bind( this ) );
}.bind( this ), undefined, function () {
resolve();
} );
}.bind( this ) );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册