Переглянути джерело

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;