Explorar o código

set useGpu to false for now

Alexander Rose %!s(int64=6) %!d(string=hai) anos
pai
achega
147f1eb5a0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/mol-model/structure/structure/unit/gaussian-density.ts

+ 1 - 1
src/mol-model/structure/structure/unit/gaussian-density.ts

@@ -18,7 +18,7 @@ export const GaussianDensityParams = {
     resolution: PD.Numeric(1, { min: 0.1, max: 10, step: 0.1 }),
     radiusOffset: PD.Numeric(0, { min: 0, max: 10, step: 0.1 }),
     smoothness: PD.Numeric(1.5, { min: 0.5, max: 2.5, step: 0.1 }),
-    useGpu: PD.Boolean(true),
+    useGpu: PD.Boolean(false),
     ignoreCache: PD.Boolean(false),
 }
 export const DefaultGaussianDensityProps = PD.getDefaultValues(GaussianDensityParams)