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

increate outline threshold max value

parent d6501170
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ export const PostprocessingParams = {
outline: PD.MappedStatic('off', {
on: PD.Group({
scale: PD.Numeric(1, { min: 0, max: 10, step: 1 }),
threshold: PD.Numeric(0.8, { min: 0, max: 1, step: 0.01 }),
threshold: PD.Numeric(0.8, { min: 0, max: 5, step: 0.01 }),
}),
off: PD.Group({})
}, { cycle: true, description: 'Draw outline around 3D objects' })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment