Przeglądaj źródła

Updated builds.

Mr.doob 2 miesięcy temu
rodzic
commit
2bf24e8fbb

Plik diff jest za duży
+ 4 - 0
build/three.cjs


+ 4 - 0
build/three.core.js

@@ -27857,6 +27857,7 @@ class BatchedMesh extends Mesh {
 
 					index.array.copyWithin( nextIndexStart, indexStart, indexStart + reservedIndexCount );
 					index.addUpdateRange( nextIndexStart, reservedIndexCount );
+					index.needsUpdate = true;
 
 					geometryInfo.indexStart = nextIndexStart;
 
@@ -27877,6 +27878,7 @@ class BatchedMesh extends Mesh {
 					const { array, itemSize } = attribute;
 					array.copyWithin( nextVertexStart * itemSize, vertexStart * itemSize, ( vertexStart + reservedVertexCount ) * itemSize );
 					attribute.addUpdateRange( nextVertexStart * itemSize, reservedVertexCount * itemSize );
+					attribute.needsUpdate = true;
 
 				}
 
@@ -27893,6 +27895,8 @@ class BatchedMesh extends Mesh {
 
 		}
 
+		this._visibilityChanged = true;
+
 		return this;
 
 	}

Plik diff jest za duży
+ 0 - 0
build/three.core.min.js


Plik diff jest za duży
+ 0 - 0
build/three.module.js


Plik diff jest za duży
+ 0 - 0
build/three.module.min.js


Plik diff jest za duży
+ 0 - 0
build/three.webgpu.js


Plik diff jest za duży
+ 0 - 0
build/three.webgpu.min.js


Plik diff jest za duży
+ 0 - 0
build/three.webgpu.nodes.js


Plik diff jest za duży
+ 0 - 0
build/three.webgpu.nodes.min.js


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików

粤ICP备19079148号