소스 검색

Updated builds.

Mr.doob 3 년 전
부모
커밋
e025551005
4개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      build/three.cjs
  2. 1 1
      build/three.js
  3. 0 0
      build/three.min.js
  4. 1 1
      build/three.module.js

+ 1 - 1
build/three.cjs

@@ -19170,7 +19170,7 @@ function WebGLRenderer(parameters = {}) {
 
 	let _alpha;
 
-	if (parameters.context !== undefined) {
+	if (_context !== null) {
 		_alpha = _context.getContextAttributes().alpha;
 	} else {
 		_alpha = parameters.alpha !== undefined ? parameters.alpha : false;

+ 1 - 1
build/three.js

@@ -19172,7 +19172,7 @@
 
 		let _alpha;
 
-		if (parameters.context !== undefined) {
+		if (_context !== null) {
 			_alpha = _context.getContextAttributes().alpha;
 		} else {
 			_alpha = parameters.alpha !== undefined ? parameters.alpha : false;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
build/three.min.js


+ 1 - 1
build/three.module.js

@@ -26096,7 +26096,7 @@ function WebGLRenderer( parameters = {} ) {
 
 	let _alpha;
 
-	if ( parameters.context !== undefined ) {
+	if ( _context !== null ) {
 
 		_alpha = _context.getContextAttributes().alpha;
 

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