Browse Source

Updated builds.

Mr.doob 8 years ago
parent
commit
bf4f6cbad5
3 changed files with 245 additions and 254 deletions
  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;

File diff suppressed because it is too large
+ 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;

Some files were not shown because too many files changed in this diff