Parcourir la source

Updated builds.

Mugen87 il y a 4 mois
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;
 
 			}
 

Fichier diff supprimé car celui-ci est trop grand
+ 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;
 
 			}
 

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
build/three.webgpu.nodes.min.js


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff

粤ICP备19079148号