Ver código fonte

Updated builds.

Mugen87 6 meses atrás
pai
commit
dca4d8bf51

+ 1 - 2
build/three.webgpu.js

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

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
build/three.webgpu.min.js


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

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

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
build/three.webgpu.nodes.min.js


Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff

粤ICP备19079148号