Explorar o código

min resolution in repr quality

Alexander Rose %!s(int64=4) %!d(string=hai) anos
pai
achega
94e21e8a3a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;
     }