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

smaa param tweaks

parent 2e7041bd
Branches
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ import { Viewport } from '../camera/util';
import { isDebugMode } from '../../mol-util/debug';
export const SmaaParams = {
edgeThreshold:PD.Numeric(0.1, { min: 0.05, max: 0.2, step: 0.01 }),
maxSearchSteps:PD.Numeric(18, { min: 0, max: 98, step: 1 }),
edgeThreshold:PD.Numeric(0.1, { min: 0.05, max: 0.15, step: 0.01 }),
maxSearchSteps:PD.Numeric(16, { min: 0, max: 32, step: 1 }),
};
export type SmaaProps = PD.Values<typeof SmaaParams>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment