浏览代码

Updated builds.

Mr.doob 8 年之前
父节点
当前提交
bf4f6cbad5
共有 3 个文件被更改,包括 245 次插入254 次删除
  1. 0 4
      build/three.js
  2. 245 246
      build/three.min.js
  3. 0 4
      build/three.module.js

+ 0 - 4
build/three.js

@@ -21726,10 +21726,6 @@
 
 					}
 
-					state.viewport( _currentViewport.copy( _viewport ).multiplyScalar( _pixelRatio ) );
-					state.scissor( _currentScissor.copy( _scissor ).multiplyScalar( _pixelRatio ) );
-					state.setScissorTest( _currentScissorTest );
-
 				} else {
 
 					_currentArrayCamera = null;

文件差异内容过多而无法显示
+ 245 - 246
build/three.min.js


+ 0 - 4
build/three.module.js

@@ -21720,10 +21720,6 @@ function WebGLRenderer( parameters ) {
 
 				}
 
-				state.viewport( _currentViewport.copy( _viewport ).multiplyScalar( _pixelRatio ) );
-				state.scissor( _currentScissor.copy( _scissor ).multiplyScalar( _pixelRatio ) );
-				state.setScissorTest( _currentScissorTest );
-
 			} else {
 
 				_currentArrayCamera = null;

部分文件因为文件数量过多而无法显示