Skip to content

Commit

Permalink
BatchedMesh: Clean up unused internals (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Nov 18, 2023
1 parent e9633b8 commit 4dd114a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/three/examples/jsm/objects/BatchedMesh.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ declare class BatchedMesh extends Mesh<BufferGeometry, Material> {
getBoundingBoxAt(id: number, target: Box3): Box3;
getBoundingSphereAt(id: number, target: Sphere): Sphere;

optimize(): never; // Not implemented

setMatrixAt(geometryId: number, matrix: Matrix4): this;
getMatrixAt(geometryId: number, matrix: Matrix4): Matrix4;
setVisibleAt(geometryId: number, value: boolean): this;
Expand Down

0 comments on commit 4dd114a

Please sign in to comment.