Explorar o código

tweak lowest quality settings

Alexander Rose %!s(int64=6) %!d(string=hai) anos
pai
achega
a5aa7ce20e
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      src/mol-repr/util.ts

+ 4 - 4
src/mol-repr/util.ts

@@ -102,14 +102,14 @@ export function getQualityProps(props: Partial<QualityProps>, data?: any) {
             break
         case 'lower':
             detail = 0
-            radialSegments = 8
-            linearSegments = 3
+            radialSegments = 4
+            linearSegments = 2
             resolution = 5
             break
         case 'lowest':
             detail = 0
-            radialSegments = 4
-            linearSegments = 2
+            radialSegments = 2
+            linearSegments = 1
             resolution = 8
             break
         case 'custom':