Added link to sponza

This commit is contained in:
Thomas FORGIONE 2015-06-19 16:04:03 +02:00
parent 37d2cd6f5c
commit d80def7547
2 changed files with 6 additions and 0 deletions

View File

@ -34,3 +34,8 @@ block content
a(href="#{urls.stream}") Sphere streaming a(href="#{urls.stream}") Sphere streaming
p. p.
Streaming of 3D obj model of sphere Streaming of 3D obj model of sphere
li
a(href="#{urls.sponza}") Sponza streaming
p.
If you like streaming big models !

View File

@ -6,6 +6,7 @@ module.exports.arrows = '/prototype/arrows/';
module.exports.viewports = '/prototype/viewports/'; module.exports.viewports = '/prototype/viewports/';
module.exports.stream = '/stream/'; module.exports.stream = '/stream/';
module.exports.reverse = '/prototype/reverse/'; module.exports.reverse = '/prototype/reverse/';
module.exports.sponza = '/prototype/sponza/';
module.exports.replay_index = '/prototype/replay/'; module.exports.replay_index = '/prototype/replay/';
module.exports.tutorial = '/prototype/tutorial'; module.exports.tutorial = '/prototype/tutorial';
module.exports.logout = '/logout'; module.exports.logout = '/logout';