diff --git a/types/three/three-core.d.ts b/types/three/three-core.d.ts index a7f7950a48..216ceb18a7 100644 --- a/types/three/three-core.d.ts +++ b/types/three/three-core.d.ts @@ -873,7 +873,7 @@ export class BufferGeometry extends EventDispatcher { center(): BufferGeometry; setFromObject(object: Object3D): BufferGeometry; - setFromPoints(points: Vector3[]): BufferGeometry; + setFromPoints(points: Vector3[]|Vector2[]): BufferGeometry; updateFromObject(object: Object3D): void; fromGeometry(geometry: Geometry, settings?: any): BufferGeometry;