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

21 lines
582 B
Plaintext
Raw Normal View History

2015-06-11 11:47:44 +02:00
extends ./prototype_interactive
block title
title #{title} - Prototype - Arrows
block mainjs
script locked = false;
2015-06-19 17:45:52 +02:00
script(src="/static/js/prototypeinteractive.min.js")
script initMainScene = L3D.initSponza
script L3D.BD.disable();
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.