Skip to content

Commit 2bf24e8

Browse files
committed
Updated builds.
1 parent 032434b commit 2bf24e8

File tree

9 files changed

+334
-110
lines changed

9 files changed

+334
-110
lines changed

build/three.cjs

Lines changed: 5 additions & 1 deletion
Large diffs are not rendered by default.

build/three.core.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27857,6 +27857,7 @@ class BatchedMesh extends Mesh {
2785727857

2785827858
index.array.copyWithin( nextIndexStart, indexStart, indexStart + reservedIndexCount );
2785927859
index.addUpdateRange( nextIndexStart, reservedIndexCount );
27860+
index.needsUpdate = true;
2786027861

2786127862
geometryInfo.indexStart = nextIndexStart;
2786227863

@@ -27877,6 +27878,7 @@ class BatchedMesh extends Mesh {
2787727878
const { array, itemSize } = attribute;
2787827879
array.copyWithin( nextVertexStart * itemSize, vertexStart * itemSize, ( vertexStart + reservedVertexCount ) * itemSize );
2787927880
attribute.addUpdateRange( nextVertexStart * itemSize, reservedVertexCount * itemSize );
27881+
attribute.needsUpdate = true;
2788027882

2788127883
}
2788227884

@@ -27893,6 +27895,8 @@ class BatchedMesh extends Mesh {
2789327895

2789427896
}
2789527897

27898+
this._visibilityChanged = true;
27899+
2789627900
return this;
2789727901

2789827902
}

build/three.core.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/three.module.js

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/three.module.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/three.webgpu.js

Lines changed: 160 additions & 52 deletions
Large diffs are not rendered by default.

build/three.webgpu.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/three.webgpu.nodes.js

Lines changed: 160 additions & 52 deletions
Large diffs are not rendered by default.

build/three.webgpu.nodes.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)