Browse Source

min resolution in repr quality

Alexander Rose 4 years ago
parent
commit
94e21e8a3a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/mol-repr/util.ts

+ 2 - 0
src/mol-repr/util.ts

@@ -155,6 +155,8 @@ export function getQualityProps(props: Partial<QualityProps>, data?: any) {
             break;
     }
 
+    resolution = Math.min(resolution, 20);
+
     if (props.alpha !== undefined && props.alpha < 1) {
         doubleSided = false;
     }