JonStargaryen 5 年之前
父节点
当前提交
cbc9801477
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      src/tests/browser/render-structure.ts

+ 0 - 6
src/tests/browser/render-structure.ts

@@ -203,13 +203,7 @@ async function init() {
     }
 
     if (show.membrane) {
-        membraneOrientationRepr.setTheme({
-            color: reprCtx.colorThemeRegistry.create('uniform', { structure }),
-            size: reprCtx.sizeThemeRegistry.create('physical', { structure })
-        });
-        console.time('membrane orientation');
         await membraneOrientationRepr.createOrUpdate({ ...MembraneOrientationRepresentationProvider.defaultValues, quality: 'auto' }, structure).run();
-        console.timeEnd('membrane orientation');
     }
 
     if (show.cartoon) canvas3d.add(cartoonRepr);