Clean code (#19818)

This commit is contained in:
FishOrBear
2017-09-25 16:50:24 -07:00
committed by Mohamed Hegazy
parent e60ae2a05c
commit bb451024c3
+1 -2
View File
@@ -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[];