Mugen87 4 mesi fa
parent
commit
dca4d8bf51

+ 1 - 2
build/three.webgpu.js

@@ -29165,8 +29165,7 @@ class RenderObject {
 
 				// geometry attribute
 				attribute = geometry.getAttribute( nodeAttribute.name );
-
-				attributesId[ nodeAttribute.name ] = attribute.version;
+				attributesId[ nodeAttribute.name ] = attribute.id;
 
 			}
 

File diff suppressed because it is too large
+ 0 - 0
build/three.webgpu.min.js


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

@@ -29165,8 +29165,7 @@ class RenderObject {
 
 				// geometry attribute
 				attribute = geometry.getAttribute( nodeAttribute.name );
-
-				attributesId[ nodeAttribute.name ] = attribute.version;
+				attributesId[ nodeAttribute.name ] = attribute.id;
 
 			}
 

File diff suppressed because it is too large
+ 0 - 0
build/three.webgpu.nodes.min.js


Some files were not shown because too many files changed in this diff

粤ICP备19079148号