mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Clean code (#19818)
This commit is contained in:
committed by
Mohamed Hegazy
parent
e60ae2a05c
commit
bb451024c3
Vendored
+1
-2
@@ -4820,8 +4820,7 @@ export class LineSegments extends Line {
|
||||
}
|
||||
|
||||
export class Mesh extends Object3D {
|
||||
constructor(geometry?: Geometry, material?: Material | Material []);
|
||||
constructor(geometry?: BufferGeometry, material?: Material | Material []);
|
||||
constructor(geometry?: Geometry | BufferGeometry, material?: Material | Material []);
|
||||
|
||||
geometry: Geometry|BufferGeometry;
|
||||
material: Material | Material[];
|
||||
|
||||
Reference in New Issue
Block a user