Browse Source

Examples: Clarified Chrome Android is required for AR.

Mr.doob 5 years ago
parent
commit
d7953206a2
3 changed files with 3 additions and 3 deletions
  1. 1 1
      examples/webxr_ar_cones.html
  2. 1 1
      examples/webxr_ar_hittest.html
  3. 1 1
      examples/webxr_ar_paint.html

+ 1 - 1
examples/webxr_ar_cones.html

@@ -9,7 +9,7 @@
 	<body>
 
 		<div id="info">
-			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> ar - cones<br/>Enable chrome://flags/#webxr-ar-module<br/>(Chrome 80+)
+			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> ar - cones<br/>Enable chrome://flags/#webxr-ar-module<br/>(Chrome Android 80+)
 		</div>
 
 		<script type="module">

+ 1 - 1
examples/webxr_ar_hittest.html

@@ -9,7 +9,7 @@
 	<body>
 
 		<div id="info">
-			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> ar - hit test<br/>Enable chrome://flags/#webxr-ar-module<br/>Enable chrome://flags/#webxr-hit-test<br/>(Chrome 80+)
+			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> ar - hit test<br/>Enable chrome://flags/#webxr-ar-module<br/>Enable chrome://flags/#webxr-hit-test<br/>(Chrome Android 80+)
 		</div>
 
 		<script type="module">

+ 1 - 1
examples/webxr_ar_paint.html

@@ -9,7 +9,7 @@
 	<body>
 
 		<div id="info">
-			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> ar - paint<br/>Enable chrome://flags/#webxr-ar-module<br/>(Chrome 80+)
+			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> ar - paint<br/>Enable chrome://flags/#webxr-ar-module<br/>(Chrome Android 80+)
 		</div>
 
 		<script type="module">