Added link to sponza
This commit is contained in:
parent
37d2cd6f5c
commit
d80def7547
|
@ -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 !
|
||||||
|
|
1
urls.js
1
urls.js
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue