浏览代码

make camera reset conditional

Sebastian Bittrich 1 年之前
父节点
当前提交
52169bb5d1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/viewer/index.ts

+ 1 - 0
src/viewer/index.ts

@@ -300,6 +300,7 @@ export class Viewer {
         for (const { pdbId, config } of args) {
             out.push(await this.loadPdbId(pdbId, config));
         }
+        if (!this.plugin.spec.canvas3d?.camera?.manualReset) this.resetCamera(0);
         return out;
     }