Clean code (#19818)

This commit is contained in:
FishOrBear
2017-09-26 07:50:24 +08:00
committed by Mohamed Hegazy
parent e60ae2a05c
commit bb451024c3

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[];