Add a resolution input

This commit is contained in:
Frederic Junod
2013-05-22 16:13:17 +02:00
parent fc12370765
commit 2991c4ab57
2 changed files with 5 additions and 0 deletions

View File

@@ -71,6 +71,8 @@
<legend>View</legend>
<label>rotation</label>
<input id="rotation" type="range" min="-3.141592653589793" max="3.141592653589793" step="0.01"/>
<label>resolution</label>
<input id="resolution" type="number" min="0" step="250"/>
</fieldset>
</form>
</div>