diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-12 20:33:22 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-12 20:33:22 +0100 |
| commit | 1e13e4049c53add21c29721f03386fd03acecad5 (patch) | |
| tree | ef234ce6e72e8961492e7be7b090b25d4172515f /app | |
| parent | 364483cde7ef4823e40650c268880c0338e36f7f (diff) | |
deploy bundle
Diffstat (limited to 'app')
| -rw-r--r-- | app/client/modules/biggan/views/biggan.live.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app/client/modules/biggan/views/biggan.live.js b/app/client/modules/biggan/views/biggan.live.js index cb97c13..25d512d 100644 --- a/app/client/modules/biggan/views/biggan.live.js +++ b/app/client/modules/biggan/views/biggan.live.js @@ -111,12 +111,12 @@ class BigGANLive extends Component { <Group title={"Saturation"}> <Slider live - name='abs_zoom' + name='saturation' title={"Amount"} min={0} max={4} type='float' /> <Slider live - name='abs_mix_n' + name='saturation_mix_n' title={"Saturation mix"} min={0} max={1} type='float' /> @@ -129,19 +129,19 @@ class BigGANLive extends Component { min={-4.0} max={4.0} type='float' /> <Slider live - name='shiftx' - title={"shiftx"} - min={-100.0} max={100.0} type='float' + name='Horizontal' + title={"Horizontal"} + min={-2.0} max={2.0} type='float' /> <Slider live - name='shifty' - title={"shifty"} - min={-100.0} max={100.0} type='float' + name='Vertical' + title={"Vertical"} + min={-2.0} max={2.0} type='float' /> <Slider live name='luminance' - title={"Luminance"} - min={-10.0} max={10} type='float' + title={"Brightness"} + min={-2.0} max={2} type='float' /> </Group> </div> |
