瀏覽代碼

don't reset camera unless `motif` kind

Sebastian Bittrich 1 年之前
父節點
當前提交
403c287a25
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/viewer/helpers/model.ts

+ 0 - 2
src/viewer/helpers/model.ts

@@ -67,8 +67,6 @@ export class ModelLoader {
             if (props?.kind === 'motif') {
                 const group = this.plugin.managers.structure.hierarchy.currentComponentGroups[0];
                 this.plugin.managers.camera.focusSpheres(group, e => e.cell.obj?.data.boundary.sphere, { durationMs: 0 });
-            } else {
-                this.plugin.managers.camera.reset(undefined, 0);
             }
 
             return selector;