Browse Source

Rename hand_mesh to profiles and add entry in examples list

Fernando Serrano 5 years ago
parent
commit
2e5bf73fe0

+ 1 - 0
examples/files.js

@@ -330,6 +330,7 @@ var files = {
 		"webxr_vr_dragging",
 		"webxr_vr_dragging",
 		"webxr_vr_handinput",
 		"webxr_vr_handinput",
 		"webxr_vr_handinput_simple",
 		"webxr_vr_handinput_simple",
+		"webxr_vr_handinput_profiles",
 		"webxr_vr_lorenzattractor",
 		"webxr_vr_lorenzattractor",
 		"webxr_vr_panorama",
 		"webxr_vr_panorama",
 		"webxr_vr_panorama_depth",
 		"webxr_vr_panorama_depth",

BIN
examples/screenshots/webxr_vr_handinput_profiles.jpg


+ 1 - 1
examples/webxr_vr_handinput_mesh.html → examples/webxr_vr_handinput_profiles.html

@@ -9,7 +9,7 @@
 	<body>
 	<body>
 
 
 		<div id="info">
 		<div id="info">
-			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - hand and controller support
+			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> vr - hand and controller support (profiles)
 		</div>
 		</div>
 
 
 		<script type="module">
 		<script type="module">