diapason
This commit is contained in:
parent
ad41255e99
commit
b37503a99c
File diff suppressed because it is too large
Load Diff
|
@ -58,21 +58,21 @@ import { useControls, TresLeches } from '@tresjs/leches'
|
||||||
import '@tresjs/leches/dist/style.css'
|
import '@tresjs/leches/dist/style.css'
|
||||||
const tres_values = useControls({
|
const tres_values = useControls({
|
||||||
focus: {
|
focus: {
|
||||||
value: 1,
|
value: 96,
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 1000,
|
max: 1000,
|
||||||
step: 1,
|
step: 1,
|
||||||
},
|
},
|
||||||
aperture: {
|
aperture: {
|
||||||
value: 1,
|
value: 4,
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 4,
|
max: 10,
|
||||||
step: 0.01,
|
step: 0.01,
|
||||||
},
|
},
|
||||||
maxblur: {
|
maxblur: {
|
||||||
value: 0.01,
|
value: 1,
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 1,
|
max: 10,
|
||||||
step: 0.01,
|
step: 0.01,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue