ソースを参照

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) }
                 }
             ));
     }