JonStargaryen 5 anni fa
parent
commit
cbc9801477
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  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);