Skip to content

Commit f21c287

Browse files
authored
Examples: Clean up XR examples browser notices (#31053)
1 parent 31919b1 commit f21c287

10 files changed

+3
-11
lines changed

examples/webxr_ar_cones.html

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

1111
<div id="info">
12-
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> ar - cones<br/>(Chrome Android 81+)
12+
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> ar - cones<br/>
1313
</div>
1414

1515
<script type="importmap">

examples/webxr_ar_lighting.html

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

1111
<div id="info">
12-
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> ar - Lighting Estimation<br/>
13-
(Chrome Android 90+)
12+
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> ar - lighting estimation<br/>
1413
</div>
1514

1615
<script type="importmap">

examples/webxr_ar_plane_detection.html

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

1111
<div id="info">
12-
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> ar - plane detection<br/>(Chrome Android 81+)
12+
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> ar - plane detection<br/>
1313
</div>
1414

1515
<script type="importmap">

examples/webxr_vr_handinput.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

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

1615
<script type="importmap">

examples/webxr_vr_handinput_cubes.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

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

1615
<script type="importmap">

examples/webxr_vr_handinput_pointerclick.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
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 15.1+)
1615
</div>
1716

1817
<script type="importmap">

examples/webxr_vr_handinput_pointerdrag.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
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 15.1+)
1615
</div>
1716

1817
<script type="importmap">

examples/webxr_vr_handinput_pressbutton.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
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 15.1+)
1615
</div>
1716

1817
<script type="importmap">

examples/webxr_vr_handinput_profiles.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

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

1615
<script type="importmap">

examples/webxr_vr_layers.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
<div id="info">
1212
<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> media and projection layers<br/>
13-
(Oculus Browser 16.1+)
1413

1514
<p> This example demonstrates the use of <a href="https://www.w3.org/TR/webxrlayers-1/">WebXR Layers</a> to render high quality text and video.
1615
For static content such as text, using layers increases the usable resolution of the content by avoiding the extra resampling pass that occurs during normal VR rendering.

0 commit comments

Comments
 (0)