Corrected markdown index

This commit is contained in:
Thomas FORGIONE 2015-04-24 09:25:53 +02:00
parent aa1a9fc8da
commit 235c095e05
1 changed files with 22 additions and 26 deletions

View File

@ -3,23 +3,20 @@ title: Prototype
layout: withjs layout: withjs
extrajs: <script src="/static/js/prototype/main.js"></script> extrajs: <script src="/static/js/prototype/main.js"></script>
--- ---
<section> ## 3D Interface
<h2>3D Interface</h2>
<p> This is the prototype of a 3D interface. You can move the camera with the arrow
This is the prototype of a 3D interface. You can move the keys of your keyboard, and change the angle of the camera by dragging and
camera with the arrow keys of your keyboard, and change the dropping the scene around it (you can also use your numpad, 2 to look lower, 8
angle of the camera by dragging and dropping the scene around to look higher, 4 to look on the left and 6 to look on the right, but if you're
it (you can also use your numpad, 2 to look lower, 8 to look more comfortable with non-numpad keys, you can also use i for up, j for left, k
higher, 4 to look on the left and 6 to look on the right, but for down, and l for right).
if you're more comfortable with non-numpad keys, you can also
use i for up, j for left, k for down, and l for right). Recommended views are displayed with a transparent red arrow. They disappear
</p> when you come closer to them, and you can automatically move to them by
<p> clicking on them. You can reset the camera at anytime by clicking on the reset
Recommended views are displayed with a transparent red arrow. button.
They disappear when you come closer to them, and you can
automatically move to them by clicking on them. You can reset
the camera at anytime by clicking on the reset button.
</p>
<button id="reset" style="margin-bottom:10px">Reset camera</button> <button id="reset" style="margin-bottom:10px">Reset camera</button>
<input type="checkbox" id="fullarrow" style="margin-bottom:10px"> <input type="checkbox" id="fullarrow" style="margin-bottom:10px">
<label for="fullarrow">Full arrow</label> <label for="fullarrow">Full arrow</label>
@ -27,6 +24,5 @@ extrajs: <script src="/static/js/prototype/main.js"></script>
<label for="collisions">Collisions</label> <label for="collisions">Collisions</label>
<input type="checkbox" id="showarrows" style="margin-bottom:10px" checked> <input type="checkbox" id="showarrows" style="margin-bottom:10px" checked>
<label for="showarrows">Show arrows</label> <label for="showarrows">Show arrows</label>
<div id="container"> </div>
</section>
<div id="container"> </div>