* Updates for thresholding and perlin noise options, added warmup for thresholding.

This commit is contained in:
Peter Baylies
2022-09-05 21:40:05 -04:00
parent 1a4bed2e55
commit 0891910cac
6 changed files with 55 additions and 37 deletions

View File

@ -63,6 +63,10 @@
<label title="Set to -1 for random seed" for="seed">Seed:</label>
<input value="-1" type="number" id="seed" name="seed">
<button type="button" id="reset-seed">&olarr;</button>
<label title="Threshold" for="threshold">Threshold:</label>
<input value="0" type="number" id="threshold" name="threshold" step="any">
<label title="Perlin" for="perlin">Perlin:</label>
<input value="0" type="number" id="perlin" name="perlin" step="any">
<input type="checkbox" name="progress_images" id="progress_images">
<label for="progress_images">Display in-progress images (slows down generation):</label>
<button type="button" id="reset-all">Reset to Defaults</button>