mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 03:02:04 +08:00
Merge pull request #21720 from FishOrBear/master
update <three.js> Geometry functions
This commit is contained in:
2
types/three/three-core.d.ts
vendored
2
types/three/three-core.d.ts
vendored
@@ -1369,6 +1369,8 @@ export class Geometry extends EventDispatcher {
|
||||
*/
|
||||
mergeVertices(): number;
|
||||
|
||||
setFromPoints(points: Array<Vector2> | Array<Vector3>): this;
|
||||
|
||||
sortFacesByMaterialIndex(): void;
|
||||
|
||||
toJSON(): any;
|
||||
|
||||
Reference in New Issue
Block a user