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

Updated builds.

上级 65dd2bce
......@@ -25180,7 +25180,7 @@
var height = texture.image.height;
var glFormat = utils.convert( texture.format );
this.setTexture2D( texture, 0 );
textures.setTexture2D( texture, 0 );
_gl.copyTexImage2D( 3553, level || 0, glFormat, position.x, position.y, width, height, 0 );
......@@ -25193,7 +25193,7 @@
var glFormat = utils.convert( dstTexture.format );
var glType = utils.convert( dstTexture.type );
this.setTexture2D( dstTexture, 0 );
textures.setTexture2D( dstTexture, 0 );
if ( srcTexture.isDataTexture ) {
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -25174,7 +25174,7 @@ function WebGLRenderer( parameters ) {
var height = texture.image.height;
var glFormat = utils.convert( texture.format );
this.setTexture2D( texture, 0 );
textures.setTexture2D( texture, 0 );
_gl.copyTexImage2D( 3553, level || 0, glFormat, position.x, position.y, width, height, 0 );
......@@ -25187,7 +25187,7 @@ function WebGLRenderer( parameters ) {
var glFormat = utils.convert( dstTexture.format );
var glType = utils.convert( dstTexture.type );
this.setTexture2D( dstTexture, 0 );
textures.setTexture2D( dstTexture, 0 );
if ( srcTexture.isDataTexture ) {
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册