From c1aa9c5c5013f8970112c5188f5e0eab888a4bec Mon Sep 17 00:00:00 2001 From: ChenX Date: Fri, 24 Nov 2017 16:52:53 +0800 Subject: [PATCH] update Geometry functions --- types/three/three-core.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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;