Improved server and urls

This commit is contained in:
Thomas FORGIONE
2015-05-06 16:32:00 +02:00
parent 3f9b02e3d4
commit 3cc8e15aaa
3 changed files with 20 additions and 9 deletions

View File

@@ -1,25 +1,25 @@
extends ../../../views/main
block title
title 3DUI - Index
title #{title} - Index
block content
h2 Index
ul
li
a(href="/bouncing/") A bouncing cube that jumps when you click on it
a(href="#{urls.bouncing}") A bouncing cube that jumps when you click on it
p.
Jumps and bounce when you click on it.
li
a(href="/multisphere/") Sphere with multi-resolution
a(href="#{urls.multisphere}") Sphere with multi-resolution
p.
Lots of obj files loaded and displayed. When you click
somewhere, the current obj is hidden and the next one, with a
better resolution is shown.
li
a(href="/prototype/") A proto of the real thing
a(href="#{urls.prototype}") A proto of the real thing
p.
You can move the camera with the arrow keys and move the angle of
the camera with 2, 4, 6 and 8 (the arrows of the numpad), or you
@@ -31,7 +31,7 @@ block content
camera that you want, and move to it progressively.
li
a(href="/stream/") Streaming simulation
a(href="#{urls.stream}") Streaming simulation
p.
A mesh of a sphere is fully loaded, and displayed
progressively. This test is here to prove that we can