فهرست منبع

Updated builds.

sunag 1 سال پیش
والد
کامیت
78256160ed
7فایلهای تغییر یافته به همراه240 افزوده شده و 42 حذف شده
  1. 16 1
      build/three.cjs
  2. 16 1
      build/three.module.js
  3. 0 0
      build/three.module.min.js
  4. 104 20
      build/three.webgpu.js
  5. 0 0
      build/three.webgpu.min.js
  6. 104 20
      build/three.webgpu.nodes.js
  7. 0 0
      build/three.webgpu.nodes.min.js

+ 16 - 1
build/three.cjs

@@ -1631,7 +1631,7 @@ const ColorManagement = {
 	 * Implementations of supported color spaces.
 	 * Implementations of supported color spaces.
 	 *
 	 *
 	 * Required:
 	 * Required:
-	 *	- primaries: chromaticity coordinates[ rx ry gx gy bx by ]
+	 *	- primaries: chromaticity coordinates [ rx ry gx gy bx by ]
 	 *	- whitePoint: reference white [ x y ]
 	 *	- whitePoint: reference white [ x y ]
 	 *	- transfer: transfer function (pre-defined)
 	 *	- transfer: transfer function (pre-defined)
 	 *	- toXYZ: Matrix3 RGB to XYZ transform
 	 *	- toXYZ: Matrix3 RGB to XYZ transform
@@ -10611,6 +10611,7 @@ class BufferGeometry extends EventDispatcher {
 		this.type = 'BufferGeometry';
 		this.type = 'BufferGeometry';
 
 
 		this.index = null;
 		this.index = null;
+		this.indirect = null;
 		this.attributes = {};
 		this.attributes = {};
 
 
 		this.morphAttributes = {};
 		this.morphAttributes = {};
@@ -10649,6 +10650,20 @@ class BufferGeometry extends EventDispatcher {
 
 
 	}
 	}
 
 
+	setIndirect( indirect ) {
+
+		this.indirect = indirect;
+
+		return this;
+
+	}
+
+	getIndirect() {
+
+		return this.indirect;
+
+	}
+
 	getAttribute( name ) {
 	getAttribute( name ) {
 
 
 		return this.attributes[ name ];
 		return this.attributes[ name ];

+ 16 - 1
build/three.module.js

@@ -1629,7 +1629,7 @@ const ColorManagement = {
 	 * Implementations of supported color spaces.
 	 * Implementations of supported color spaces.
 	 *
 	 *
 	 * Required:
 	 * Required:
-	 *	- primaries: chromaticity coordinates[ rx ry gx gy bx by ]
+	 *	- primaries: chromaticity coordinates [ rx ry gx gy bx by ]
 	 *	- whitePoint: reference white [ x y ]
 	 *	- whitePoint: reference white [ x y ]
 	 *	- transfer: transfer function (pre-defined)
 	 *	- transfer: transfer function (pre-defined)
 	 *	- toXYZ: Matrix3 RGB to XYZ transform
 	 *	- toXYZ: Matrix3 RGB to XYZ transform
@@ -10609,6 +10609,7 @@ class BufferGeometry extends EventDispatcher {
 		this.type = 'BufferGeometry';
 		this.type = 'BufferGeometry';
 
 
 		this.index = null;
 		this.index = null;
+		this.indirect = null;
 		this.attributes = {};
 		this.attributes = {};
 
 
 		this.morphAttributes = {};
 		this.morphAttributes = {};
@@ -10647,6 +10648,20 @@ class BufferGeometry extends EventDispatcher {
 
 
 	}
 	}
 
 
+	setIndirect( indirect ) {
+
+		this.indirect = indirect;
+
+		return this;
+
+	}
+
+	getIndirect() {
+
+		return this.indirect;
+
+	}
+
 	getAttribute( name ) {
 	getAttribute( name ) {
 
 
 		return this.attributes[ name ];
 		return this.attributes[ name ];

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
build/three.module.min.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 104 - 20
build/three.webgpu.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
build/three.webgpu.min.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 104 - 20
build/three.webgpu.nodes.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
build/three.webgpu.nodes.min.js


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

粤ICP备19079148号