Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 0c616c9f authored by Agas Yanpratama's avatar Agas Yanpratama :speech_balloon:
Browse files

add loncat dan rotasi badan

parent f582f714
No related branches found
No related tags found
Loading
......@@ -138,6 +138,23 @@ main()
<input type="range" step="1" name="head.rotation.x" value="0" min="-90" max="9 0" class="custom-range" />
</div>
</div>
<div class="row">
<div class="col-sm">
<label>Loncatan: <b>
<div class="slider-value">0</div>
</b></label>
<input type="range" step="0.1" name="body.location.z" value="0" min="0" max="0.5" class="custom-range">
</div>
<div class="col-sm">
<label>Rotasi Badan: <b>
<div class="slider-value">0</div>
</b></label>
<input type="range" step="1" name="body.rotation.x" value="0" min="-90" max="90" class="custom-range">
</div>
</div>
</div>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment