* Rebuilt frontend, more webui bit-rot.

This commit is contained in:
Peter Baylies
2022-10-03 23:56:50 -04:00
parent f041510659
commit ef20df8933
5 changed files with 503 additions and 1193 deletions

View File

@@ -82,21 +82,21 @@ const SamplerOptions = () => {
onChange={handleChangeSampler}
validValues={SAMPLERS}
/>
<SDNumberInput
{/* <IAINumberInput
label='Threshold'
min={0}
step={0.1}
onChange={handleChangeThreshold}
value={threshold}
/>
<SDNumberInput
/> */}
{/* <IAINumberInput
label='Perlin'
min={0}
max={1}
step={0.05}
onChange={handleChangePerlin}
value={perlin}
/>
/> */}
</Flex>
);
};