Merge pull request #21720 from FishOrBear/master

update <three.js> Geometry functions
This commit is contained in:
Armando Aguirre
2017-12-01 12:36:39 -08:00
committed by GitHub

View File

@@ -1369,6 +1369,8 @@ export class Geometry extends EventDispatcher {
*/
mergeVertices(): number;
setFromPoints(points: Array<Vector2> | Array<Vector3>): this;
sortFacesByMaterialIndex(): void;
toJSON(): any;