|
@@ -10,15 +10,15 @@ import { BallAndStickRepresentation } from 'mol-geo/representation/structure/rep
|
|
|
import { getStructureFromModel } from './util';
|
|
|
import { AssemblySymmetry } from 'mol-model-props/rcsb/symmetry';
|
|
|
import { ShapeRepresentation, ShapeProps } from 'mol-geo/representation/shape';
|
|
|
-import { getAxesShape, getClusterColorTheme } from './assembly-symmetry';
|
|
|
+import { getAxesShape } from './assembly-symmetry';
|
|
|
import Viewer from 'mol-view/viewer';
|
|
|
import { CarbohydrateRepresentation } from 'mol-geo/representation/structure/representation/carbohydrate';
|
|
|
-import { MeshBuilder } from 'mol-geo/mesh/mesh-builder';
|
|
|
-import { addSphere } from 'mol-geo/mesh/builder/sphere';
|
|
|
-import { Shape } from 'mol-model/shape';
|
|
|
-import { Color } from 'mol-util/color';
|
|
|
-import { computeUnitBoundary } from 'mol-model/structure/structure/util/boundary';
|
|
|
-import { addBoundingBox } from 'mol-geo/mesh/builder/bounding-box';
|
|
|
+// import { MeshBuilder } from 'mol-geo/mesh/mesh-builder';
|
|
|
+// import { addSphere } from 'mol-geo/mesh/builder/sphere';
|
|
|
+// import { Shape } from 'mol-model/shape';
|
|
|
+// import { Color } from 'mol-util/color';
|
|
|
+// import { computeUnitBoundary } from 'mol-model/structure/structure/util/boundary';
|
|
|
+// import { addBoundingBox } from 'mol-geo/mesh/builder/bounding-box';
|
|
|
import { PointRepresentation } from 'mol-geo/representation/structure/representation/point';
|
|
|
import { StructureRepresentation } from 'mol-geo/representation/structure';
|
|
|
import { BehaviorSubject } from 'rxjs';
|