|
@@ -5,27 +5,26 @@
|
|
|
* @author Alexander Rose <alexander.rose@weirdbyte.de>
|
|
|
*/
|
|
|
|
|
|
-import { ParamDefinition as PD } from '../../mol-util/param-definition';
|
|
|
-import { Vec3, Mat4 } from '../../mol-math/linear-algebra';
|
|
|
-import { Representation, RepresentationContext, RepresentationParamsGetter } from '../../mol-repr/representation';
|
|
|
-import { Structure } from '../../mol-model/structure';
|
|
|
-import { StructureRepresentationProvider, StructureRepresentation, StructureRepresentationStateBuilder } from '../../mol-repr/structure/representation';
|
|
|
-import { MembraneOrientation } from './prop';
|
|
|
-import { ThemeRegistryContext } from '../../mol-theme/theme';
|
|
|
-import { ShapeRepresentation } from '../../mol-repr/shape/representation';
|
|
|
-import { Shape } from '../../mol-model/shape';
|
|
|
-import { RuntimeContext } from '../../mol-task';
|
|
|
-import { Lines } from '../../mol-geo/geometry/lines/lines';
|
|
|
-import { Mesh } from '../../mol-geo/geometry/mesh/mesh';
|
|
|
-import { LinesBuilder } from '../../mol-geo/geometry/lines/lines-builder';
|
|
|
-import { Circle } from '../../mol-geo/primitive/circle';
|
|
|
-import { transformPrimitive } from '../../mol-geo/primitive/primitive';
|
|
|
-import { MeshBuilder } from '../../mol-geo/geometry/mesh/mesh-builder';
|
|
|
-import { MembraneOrientationProvider } from './prop';
|
|
|
-import { MarkerActions } from '../../mol-util/marker-action';
|
|
|
-import { lociLabel } from '../../mol-theme/label';
|
|
|
-import { ColorNames } from '../../mol-util/color/names';
|
|
|
-import { CustomProperty } from '../../mol-model-props/common/custom-property';
|
|
|
+import { ParamDefinition as PD } from 'molstar/lib/mol-util/param-definition';
|
|
|
+import { Vec3, Mat4 } from 'molstar/lib/mol-math/linear-algebra';
|
|
|
+import { Representation, RepresentationContext, RepresentationParamsGetter } from 'molstar/lib/mol-repr/representation';
|
|
|
+import { Structure } from 'molstar/lib/mol-model/structure';
|
|
|
+import { StructureRepresentationProvider, StructureRepresentation, StructureRepresentationStateBuilder } from 'molstar/lib/mol-repr/structure/representation';
|
|
|
+import { MembraneOrientation, MembraneOrientationProvider } from './prop';
|
|
|
+import { ThemeRegistryContext } from 'molstar/lib/mol-theme/theme';
|
|
|
+import { ShapeRepresentation } from 'molstar/lib/mol-repr/shape/representation';
|
|
|
+import { Shape } from 'molstar/lib/mol-model/shape';
|
|
|
+import { RuntimeContext } from 'molstar/lib/mol-task';
|
|
|
+import { Lines } from 'molstar/lib/mol-geo/geometry/lines/lines';
|
|
|
+import { Mesh } from 'molstar/lib/mol-geo/geometry/mesh/mesh';
|
|
|
+import { LinesBuilder } from 'molstar/lib/mol-geo/geometry/lines/lines-builder';
|
|
|
+import { Circle } from 'molstar/lib/mol-geo/primitive/circle';
|
|
|
+import { transformPrimitive } from 'molstar/lib/mol-geo/primitive/primitive';
|
|
|
+import { MeshBuilder } from 'molstar/lib/mol-geo/geometry/mesh/mesh-builder';
|
|
|
+import { MarkerActions } from 'molstar/lib/mol-util/marker-action';
|
|
|
+import { lociLabel } from 'molstar/lib/mol-theme/label';
|
|
|
+import { ColorNames } from 'molstar/lib/mol-util/color/names';
|
|
|
+import { CustomProperty } from 'molstar/lib/mol-model-props/common/custom-property';
|
|
|
|
|
|
const SharedParams = {
|
|
|
color: PD.Color(ColorNames.lightgrey),
|