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

set default outline scale back to 1

parent 0607ed46
No related branches found
No related tags found
No related merge requests found
...@@ -250,7 +250,7 @@ export const PostprocessingParams = { ...@@ -250,7 +250,7 @@ export const PostprocessingParams = {
}, { cycle: true, description: 'Darken occluded crevices with the ambient occlusion effect' }), }, { cycle: true, description: 'Darken occluded crevices with the ambient occlusion effect' }),
outline: PD.MappedStatic('off', { outline: PD.MappedStatic('off', {
on: PD.Group({ on: PD.Group({
scale: PD.Numeric(2, { min: 1, max: 5, step: 1 }), scale: PD.Numeric(1, { min: 1, max: 5, step: 1 }),
threshold: PD.Numeric(0.33, { min: 0.01, max: 1, step: 0.01 }), threshold: PD.Numeric(0.33, { min: 0.01, max: 1, step: 0.01 }),
}), }),
off: PD.Group({}) off: PD.Group({})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment