3d-interface/server/controllers/prototype/views/sponza.jade

23 lines
614 B
Plaintext
Raw Normal View History

2015-06-11 11:47:44 +02:00
extends ./prototype_interactive
block title
title #{title} - Prototype - Arrows
block prepend js
script window.DB_DISABLED = true;
2015-06-11 11:47:44 +02:00
block mainjs
2016-01-08 16:05:09 +01:00
script GLOB.locked = false;
2015-06-19 17:45:52 +02:00
script(src="/static/js/prototypeinteractive.min.js")
2016-01-08 16:05:09 +01:00
script GLOB.SceneClass = SponzaScene;
2015-06-11 11:47:44 +02:00
block configjs
2015-07-01 16:45:06 +02:00
script Recommendation = L3D.ArrowRecommendation;
2015-06-11 11:47:44 +02:00
//-block preciseDescription
p
| Recommended views are displayed with a
| transparent blue arrow. They disappear when you
| come closer to them, and shows the motion between
| your current position and the recommendation.