Skip to content

Commit

Permalink
updating to 7.1
Browse files Browse the repository at this point in the history
I tried updating to aframe 7.1. Everything seems to work, but the problem that look controls do not work persists. This may or may not have anything to do with the bug reported: immersive-web/webvr-polyfill#290
  • Loading branch information
jdbolter committed Dec 9, 2017
1 parent caf6a51 commit 240a262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<title>Film,VR and AR</title>
<meta name="description" content="Virtual theater demonstrating three reality media">
<meta name="apple-mobile-web-app-capable" content="yes">
<script src="https://aframe.io/releases/0.6.0/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.7.1/aframe.min.js"></script>
<!-- <script src="https://aframe.io/releases/0.6.0/aframe.min.js"></script> -->
<link rel="stylesheet" type="text/css" href="resources/style.css">

</head>
Expand Down Expand Up @@ -185,7 +186,7 @@
></a-animation>
</a-entity>

<a-camera look-controls></a-entity>
</a-scene>


Expand Down

0 comments on commit 240a262

Please sign in to comment.