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

Updated builds.

上级 ec7f29f5
......@@ -14901,10 +14901,6 @@
extension = gl.getExtension( 'WEBGL_compressed_texture_pvrtc' ) || gl.getExtension( 'WEBKIT_WEBGL_compressed_texture_pvrtc' );
break;
case 'WEBGL_compressed_texture_etc1':
extension = gl.getExtension( 'WEBGL_compressed_texture_etc1' );
break;
default:
extension = gl.getExtension( name );
......@@ -38471,7 +38467,7 @@
setMasterVolume: function ( value ) {
this.gain.gain.value = value;
this.gain.gain.setTargetAtTime( value, this.context.currentTime, 0.01 );
},
......@@ -38814,7 +38810,7 @@
setVolume: function ( value ) {
this.gain.gain.value = value;
this.gain.gain.setTargetAtTime( value, this.context.currentTime, 0.01 );
return this;
此差异已折叠。
......@@ -14895,10 +14895,6 @@ function WebGLExtensions( gl ) {
extension = gl.getExtension( 'WEBGL_compressed_texture_pvrtc' ) || gl.getExtension( 'WEBKIT_WEBGL_compressed_texture_pvrtc' );
break;
case 'WEBGL_compressed_texture_etc1':
extension = gl.getExtension( 'WEBGL_compressed_texture_etc1' );
break;
default:
extension = gl.getExtension( name );
......@@ -38465,7 +38461,7 @@ AudioListener.prototype = Object.assign( Object.create( Object3D.prototype ), {
setMasterVolume: function ( value ) {
this.gain.gain.value = value;
this.gain.gain.setTargetAtTime( value, this.context.currentTime, 0.01 );
},
......@@ -38808,7 +38804,7 @@ Audio.prototype = Object.assign( Object.create( Object3D.prototype ), {
setVolume: function ( value ) {
this.gain.gain.value = value;
this.gain.gain.setTargetAtTime( value, this.context.currentTime, 0.01 );
return this;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册