Skip to content
Snippets Groups Projects
Commit 0453561a authored by Matthias's avatar Matthias
Browse files

hid currently unused controls

parent 843badf0
Branches
No related merge requests found
......@@ -16,16 +16,22 @@
<section class="labels">
<label>
<input type="checkbox" id="play" checked>
<label for="play"></label>
<input type="checkbox" id="connect" checked>
<label for="connect"></label>
</label>
<label>
<span>Scale</span>
<input id="scale" class="scl" step="0.1" type="range" min="0.2" max="5" value="1">
</label>
<label style="position: fixed; top: -100px;">
<span>Stop on emergency?</span>
<input id="stop-on-collision" type="checkbox">
</label>
<label>
<label style="position: fixed; top: -100px;">
<span>Data</span>
<select id="data">
<option value="data">data1</option>
......@@ -48,32 +54,27 @@
</select>
</label>
<label>
<label style="position: fixed; top: -100px;">
<span>Frame delay</span>
<input id="frame-delay" class="frameDelay" type="range" min="30" max="120" value="60">
</label>
<label>
<label style="position: fixed; top: -100px;">
<span>Time</span>
<input id="time" class="slider" type="range" min="0" max="1171" value="0">
</label>
<label>
<span>Scale</span>
<input id="scale" class="scl" step="0.1" type="range" min="0.2" max="5" value="1">
</label>
<label>
<label style="position: fixed; top: -100px;">
<span>Dangerzone</span>
<input id="dangerzone" class="dangerZone" type="range" step="0.005" min="0.01" max="1.5" value="0.2">
</label>
<label>
<label style="position: fixed; top: -100px;">
<span>Adjacency Radius</span>
<input id="adjacency-radius" class="adjacencyRadius" type="range" step="0.001" min="0.005" max="0.5" value="0.05">
</label>
<label>
<label style="position: fixed; top: -100px;">
<span>Point Threshold</span>
<input id="point-threshold" class="pointThreshold" type="range" min="1" max="50" value="15">
</label>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment