|
@@ -18,7 +18,6 @@ import { VisualContext } from 'mol-repr/representation';
|
|
|
export const LinkCylinderParams = {
|
|
|
linkScale: PD.Range('Link Scale', '', 0.4, 0, 1, 0.1),
|
|
|
linkSpacing: PD.Range('Link Spacing', '', 1, 0, 2, 0.01),
|
|
|
- linkRadius: PD.Range('Link Radius', '', 0.25, 0, 10, 0.05),
|
|
|
radialSegments: PD.Numeric('Radial Segments', '', 16, 3, 56, 1),
|
|
|
}
|
|
|
export const DefaultLinkCylinderProps = PD.getDefaultValues(LinkCylinderParams)
|