Skip to content

Commit

Permalink
Release for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrudz committed Nov 3, 2017
1 parent 7b7fec8 commit 88e41c2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/dist/manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 27 additions & 6 deletions docs/dist/vendor-head.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/dist/vr-election-map.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/vr-election-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@


<a-entity id="plane-map"
position="0 -2 -8"
position="0 0 0"
rotation="-90 0 0"
geometry="primitive: plane; height: 10; width: 15;"
material="color: lightgray; transparent: false;"
plane-map="src: #json-states-10m; lineWidth: 1;"
visible="true"
>
</a-entity>
<a-camera id="camera" user-height="0" wasd-controls-enabled="true" look-controls-enabled="true">
<a-camera id="camera" wasd-controls-enabled="true" look-controls-enabled="true">
<a-entity id="infoText"
position="0.9 0 -2"
visible="false"
Expand Down

0 comments on commit 88e41c2

Please sign in to comment.