diff --git a/types/three/three-core.d.ts b/types/three/three-core.d.ts index 5ea903080b..63a1e1cb38 100644 --- a/types/three/three-core.d.ts +++ b/types/three/three-core.d.ts @@ -1369,6 +1369,8 @@ export class Geometry extends EventDispatcher { */ mergeVertices(): number; + setFromPoints(points: Array | Array): this; + sortFacesByMaterialIndex(): void; toJSON(): any;