فهرست منبع

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;
 

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است