Skip to content
Snippets Groups Projects
Commit 0c239879 authored by 최현욱's avatar 최현욱
Browse files

Update index.html

parent 0ae67d53
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
<button onclick="fn_draw_mode(4)"> Triangles </button>
<button onclick="fn_draw_mode(0)"> Points </button>
<div class="form-example">
<input style="width:500px" id="degree" type="range" min="30" max="150" oninput="fn_degree();">
<input style="width:500px" id="degree" type="range" min="10" max="170" oninput="fn_degree();">
</div>
<button onclick="fn_degree(0)"> Degree Send </button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment