ソースを参照

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;

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません