bx-1140-postprocessing #11

Merged
ksenia_mikhailova merged 11 commits from bx-1140-postprocessing into dev 2024-07-26 12:27:00 +03:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 1d90b1a69c - Show all commits

View File

@ -66,13 +66,13 @@ const tres_values = useControls({
aperture: { aperture: {
value: 4, value: 4,
min: 0, min: 0,
max: 10, max: 100,
step: 0.01, step: 0.01,
}, },
maxblur: { maxblur: {
value: 1, value: 1,
min: 0, min: 0,
max: 10, max: 100,
step: 0.01, step: 0.01,
}, },
}) })