Skip to content

Commit

Permalink
tweak hfov to 180
Browse files Browse the repository at this point in the history
  • Loading branch information
seanc committed Aug 16, 2019
1 parent 882e382 commit 746fb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/direction.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1 class="font-black text-white underline mb-5 max-w-4xl mx-auto">
type: "equirectangular",
panorama: 'https://{{ http_host }}/assets/images/buildings/{{ building.name|lower }}/floors/{{ floor.name|lower }}/{{ floor.name|lower }}.jpg',
autoLoad: true,
hfov: 360,
hfov: 180,
haov: 180,
compass: true,
northOffset: 180,
Expand Down

0 comments on commit 746fb65

Please sign in to comment.