2015-05-05 11:56:35 +02:00
|
|
|
module.exports.index = "/";
|
|
|
|
module.exports.bouncing = '/bouncing/';
|
|
|
|
module.exports.multisphere = '/multisphere/';
|
|
|
|
module.exports.prototype = '/prototype/';
|
|
|
|
module.exports.arrows = '/prototype/arrows/';
|
|
|
|
module.exports.viewports = '/prototype/viewports/';
|
|
|
|
module.exports.stream = '/stream/';
|
2015-05-11 08:45:13 +02:00
|
|
|
module.exports.reverse = '/prototype/reverse/';
|
2015-06-19 16:04:03 +02:00
|
|
|
module.exports.sponza = '/prototype/sponza/';
|
2015-05-20 11:17:14 +02:00
|
|
|
module.exports.replay_index = '/prototype/replay/';
|
2015-05-26 11:49:24 +02:00
|
|
|
module.exports.tutorial = '/prototype/tutorial';
|
2015-06-05 17:57:00 +02:00
|
|
|
module.exports.logout = '/logout';
|