Skip to content

Commit

Permalink
Examples: Updated webxr_vr_handinput info.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed May 6, 2021
1 parent 729deaf commit a8517ee
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion examples/webxr_vr_handinput.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<body>

<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - handinput
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - handinput<br/>
(Oculus Browser 15.1+)
</div>

<script type="module">
Expand Down
3 changes: 2 additions & 1 deletion examples/webxr_vr_handinput_cubes.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<body>

<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - handinput - cubes
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - handinput - cubes<br/>
(Oculus Browser 15.1+)
</div>

<script type="module">
Expand Down
2 changes: 1 addition & 1 deletion examples/webxr_vr_handinput_pointerclick.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - handinput - point and click<br />
(Oculus Browser with #webxr-hands flag enabled)
(Oculus Browser 15.1+)
</div>

<script type="module">
Expand Down
2 changes: 1 addition & 1 deletion examples/webxr_vr_handinput_pointerdrag.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - handinput - point and drag<br />
(Oculus Browser with #webxr-hands flag enabled)
(Oculus Browser 15.1+)
</div>

<script type="module">
Expand Down
2 changes: 1 addition & 1 deletion examples/webxr_vr_handinput_pressbutton.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - handinput - press button<br />
(Oculus Browser with #webxr-hands flag enabled)
(Oculus Browser 15.1+)
</div>

<script type="module">
Expand Down
3 changes: 2 additions & 1 deletion examples/webxr_vr_handinput_profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<body>

<div id="info">
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - handinput - profiles
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - handinput - profiles<br/>
(Oculus Browser 15.1+)
</div>

<script type="module">
Expand Down

0 comments on commit a8517ee

Please sign in to comment.