Mr.doob пре 1 година
родитељ
комит
b944c59f54
4 измењених фајлова са 4 додато и 4 уклоњено
  1. 2 2
      build/three.webgpu.js
  2. 0 0
      build/three.webgpu.min.js
  3. 2 2
      build/three.webgpu.nodes.js
  4. 0 0
      build/three.webgpu.nodes.min.js

+ 2 - 2
build/three.webgpu.js

@@ -2248,7 +2248,7 @@ class JoinNode extends TempNode {
 
 			if ( length >= maxLength ) {
 
-				console.error( 'THREE.TSL: Length of parameters exceeds maximum length of function type.' );
+				console.error( `THREE.TSL: Length of parameters exceeds maximum length of function '${ type }()' type.` );
 				break;
 
 			}
@@ -2259,7 +2259,7 @@ class JoinNode extends TempNode {
 
 			if ( length + inputTypeLength > maxLength ) {
 
-				console.error( 'THREE.TSL: Length of joined data exceeds maximum length of output type.' );
+				console.error( `THREE.TSL: Length of '${ type }()' data exceeds maximum length of output type.` );
 
 				inputTypeLength = maxLength - length;
 				inputType = builder.getTypeFromLength( inputTypeLength );

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
build/three.webgpu.min.js


+ 2 - 2
build/three.webgpu.nodes.js

@@ -2248,7 +2248,7 @@ class JoinNode extends TempNode {
 
 			if ( length >= maxLength ) {
 
-				console.error( 'THREE.TSL: Length of parameters exceeds maximum length of function type.' );
+				console.error( `THREE.TSL: Length of parameters exceeds maximum length of function '${ type }()' type.` );
 				break;
 
 			}
@@ -2259,7 +2259,7 @@ class JoinNode extends TempNode {
 
 			if ( length + inputTypeLength > maxLength ) {
 
-				console.error( 'THREE.TSL: Length of joined data exceeds maximum length of output type.' );
+				console.error( `THREE.TSL: Length of '${ type }()' data exceeds maximum length of output type.` );
 
 				inputTypeLength = maxLength - length;
 				inputType = builder.getTypeFromLength( inputTypeLength );

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
build/three.webgpu.nodes.min.js


Неке датотеке нису приказане због велике количине промена

粤ICP备19079148号