Skip to content

Commit

Permalink
BatchedMesh: Batched cleanup 2 (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Nov 10, 2024
1 parent 3208b0e commit 5bdf225
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions types/three/src/objects/BatchedMesh.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ declare class BatchedMesh extends Mesh<BufferGeometry, Material> {
*/
get maxInstanceCount(): number;

get instanceCount(): number;

get unusedVertexCount(): number;

get unusedIndexCount(): number;

/**
* Read-only flag to check if a given object is of type {@link BatchedMesh}.
*/
Expand Down

0 comments on commit 5bdf225

Please sign in to comment.