Skip to content

Commit

Permalink
added allowvr to example iframe (#9769)
Browse files Browse the repository at this point in the history
  • Loading branch information
spite authored and mrdoob committed Sep 25, 2016
1 parent b932ba1 commit 49b75cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Expand Up @@ -237,7 +237,7 @@ <h1><a href="http://threejs.org">three.js</a> / examples</h1>
</div>
<div id="content"></div>
</div>
<iframe id="viewer" name="viewer" allowfullscreen onmousewheel=""></iframe>
<iframe id="viewer" name="viewer" allowfullscreen allowvr onmousewheel=""></iframe>

<script src="files.js"></script>

Expand Down

0 comments on commit 49b75cd

Please sign in to comment.