Alexander Rose 3 năm trước cách đây
mục cha
commit
3e9de449c8
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      src/mol-geo/geometry/mesh/mesh.ts

+ 0 - 4
src/mol-geo/geometry/mesh/mesh.ts

@@ -53,10 +53,6 @@ export interface Mesh {
     setBoundingSphere(boundingSphere: Sphere3D): void
 
     readonly meta: { [k: string]: unknown }
-
-    //
-
-
 }
 
 export namespace Mesh {