Skip to content
Snippets Groups Projects
Commit 147f1eb5 authored by Alexander Rose's avatar Alexander Rose
Browse files

set useGpu to false for now

parent c97a5485
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ export const GaussianDensityParams = { ...@@ -18,7 +18,7 @@ export const GaussianDensityParams = {
resolution: PD.Numeric(1, { min: 0.1, max: 10, step: 0.1 }), resolution: PD.Numeric(1, { min: 0.1, max: 10, step: 0.1 }),
radiusOffset: PD.Numeric(0, { min: 0, 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 }), 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), ignoreCache: PD.Boolean(false),
} }
export const DefaultGaussianDensityProps = PD.getDefaultValues(GaussianDensityParams) export const DefaultGaussianDensityProps = PD.getDefaultValues(GaussianDensityParams)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment