13 lines
520 B
JavaScript
13 lines
520 B
JavaScript
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/';
|
|
module.exports.reverse = '/prototype/reverse/';
|
|
module.exports.sponza = '/prototype/sponza/';
|
|
module.exports.replay_index = '/prototype/replay/';
|
|
module.exports.tutorial = '/prototype/tutorial';
|
|
module.exports.logout = '/logout';
|