浏览代码

Issue #390: ball-and-stick params adjustment

cycle20 2 年之前
父节点
当前提交
9be00cfecb
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/apps/viewer/index.ts

+ 4 - 2
src/apps/viewer/index.ts

@@ -187,9 +187,11 @@ export class Viewer {
                 update.selector.data,
                 {
                     type: "ball-and-stick",
+                    size: "physical",
+                    sizeParams: { scale: 5 },
                     color: "uniform",
-                     // purple: iris
-                    colorParams: { value: Color.fromRgb(215, 115, 255) }
+                     // turquoise
+                    colorParams: { value: Color.fromRgb(64, 224, 208) }
                 }
             ));
     }