3d-interface/controllers/index/views/index.jade

42 lines
1.5 KiB
Plaintext
Raw Normal View History

2015-05-05 16:30:51 +02:00
extends ../../../views/main
block title
2015-05-06 16:32:00 +02:00
title #{title} - Index
2015-05-05 16:30:51 +02:00
block content
h2 Index
ul
li
2015-05-06 16:32:00 +02:00
a(href="#{urls.bouncing}") A bouncing cube that jumps when you click on it
2015-05-05 16:30:51 +02:00
p.
Jumps and bounce when you click on it.
li
2015-05-06 16:32:00 +02:00
a(href="#{urls.multisphere}") Sphere with multi-resolution
2015-05-05 16:30:51 +02:00
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
2015-05-06 16:32:00 +02:00
a(href="#{urls.prototype}") A proto of the real thing
2015-05-05 16:30:51 +02:00
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
can do a drag-and-drop like (click on the mouse to grap the scene,
and move the mouse to rotate the camera). You can also select a
camera by clicking on the red part of it, and get back to the free
camera by clicking again. You can also select a camera by simply
clicking on the object you want to see. The program will choose the
camera that you want, and move to it progressively.
li
2015-06-10 11:31:28 +02:00
a(href="#{urls.stream}") Sphere streaming
2015-05-05 16:30:51 +02:00
p.
2015-06-10 11:31:28 +02:00
Streaming of 3D obj model of sphere
2015-06-19 16:04:03 +02:00
li
a(href="#{urls.sponza}") Sponza streaming
p.
If you like streaming big models !