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

Updated builds.

上级 7d387c36
......@@ -20215,7 +20215,7 @@
console.warn( 'THREE.WebGLRenderer: Texture has been resized from (' + image.width + 'x' + image.height + ') to (' + width + 'x' + height + ').' );
return useOffscreenCanvas ? canvas.transferToImageBitmap() : canvas;
return canvas;
} else {
......@@ -34668,7 +34668,7 @@
},
parse: function ( json, onLoad ) {
parse: function ( json ) {
var animations = [];
......@@ -34680,7 +34680,7 @@
}
onLoad( animations );
return animations;
},
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -20209,7 +20209,7 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils,
console.warn( 'THREE.WebGLRenderer: Texture has been resized from (' + image.width + 'x' + image.height + ') to (' + width + 'x' + height + ').' );
return useOffscreenCanvas ? canvas.transferToImageBitmap() : canvas;
return canvas;
} else {
......@@ -34662,7 +34662,7 @@ Object.assign( AnimationLoader.prototype, {
},
parse: function ( json, onLoad ) {
parse: function ( json ) {
var animations = [];
......@@ -34674,7 +34674,7 @@ Object.assign( AnimationLoader.prototype, {
}
onLoad( animations );
return animations;
},
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册