bx-1140-postprocessing #11

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

File diff suppressed because it is too large Load Diff

View File

@ -58,21 +58,21 @@ import { useControls, TresLeches } from '@tresjs/leches'
import '@tresjs/leches/dist/style.css'
const tres_values = useControls({
focus: {
value: 1,
value: 96,
min: 0,
max: 1000,
step: 1,
},
aperture: {
value: 1,
value: 4,
min: 0,
max: 4,
max: 10,
step: 0.01,
},
maxblur: {
value: 0.01,
value: 1,
min: 0,
max: 1,
max: 10,
step: 0.01,
},
})