Skip to content

Commit a8517ee

Browse files
committed
Examples: Updated webxr_vr_handinput info.
1 parent 729deaf commit a8517ee

6 files changed

+9
-6
lines changed

examples/webxr_vr_handinput.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<body>
1010

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

1516
<script type="module">

examples/webxr_vr_handinput_cubes.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<body>
1010

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

1516
<script type="module">

examples/webxr_vr_handinput_pointerclick.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

1818
<script type="module">

examples/webxr_vr_handinput_pointerdrag.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

1818
<script type="module">

examples/webxr_vr_handinput_pressbutton.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

1818
<script type="module">

examples/webxr_vr_handinput_profiles.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<body>
1010

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

1516
<script type="module">

0 commit comments

Comments
 (0)