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

lowered max occlusionKernelSize

parent 06927aaa
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ const PostprocessingSchema = {
export const PostprocessingParams = {
occlusionEnable: PD.Boolean(false),
occlusionKernelSize: PD.Numeric(4, { min: 1, max: 100, step: 1 }),
occlusionKernelSize: PD.Numeric(4, { min: 1, max: 32, step: 1 }),
occlusionBias: PD.Numeric(0.5, { min: 0, max: 1, step: 0.01 }),
occlusionRadius: PD.Numeric(64, { min: 0, max: 256, step: 1 }),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment