Quellcode durchsuchen

Examples: Updated webxr_vr_handinput info.

Mr.doob vor 4 Jahren
Ursprung
Commit
a8517eec7b

+ 2 - 1
examples/webxr_vr_handinput.html

@@ -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">

+ 2 - 1
examples/webxr_vr_handinput_cubes.html

@@ -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">

+ 1 - 1
examples/webxr_vr_handinput_pointerclick.html

@@ -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">

+ 1 - 1
examples/webxr_vr_handinput_pointerdrag.html

@@ -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">

+ 1 - 1
examples/webxr_vr_handinput_pressbutton.html

@@ -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">

+ 2 - 1
examples/webxr_vr_handinput_profiles.html

@@ -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">