clicking on compass sets the heading direction to north
All checks were successful
default-pipeline default-pipeline #144
All checks were successful
default-pipeline default-pipeline #144
This commit is contained in:
parent
2a3f2212a7
commit
b22f13887f
@ -955,4 +955,8 @@
|
||||
document.getElementById('returnToStart').onclick = function () {
|
||||
Game.loadPano(Game.panoId, Game.pov);
|
||||
}
|
||||
|
||||
document.getElementById('compassContainer').onclick = function () {
|
||||
Game.panorama.setPov({ heading: 0, pitch: Game.panorama.getPov().pitch });
|
||||
}
|
||||
})();
|
||||
|
@ -60,7 +60,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="navigation">
|
||||
<div class="navigationItem">
|
||||
<div id="compassContainer" class="navigationItem">
|
||||
<div>
|
||||
<img src="<?= $_ENV['STATIC_ROOT'] ?>/img/circle_background.svg?rev=<?= REVISION ?>" alt="Circle Background" class="circleBackground" />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user