소스 검색

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;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.