Browse Source

Update handinput_mesh example

Fernando Serrano 5 years ago
parent
commit
2cd4f2a3d3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      examples/webxr_vr_handinput_mesh.html

+ 1 - 2
examples/webxr_vr_handinput_mesh.html

@@ -103,7 +103,6 @@
 
 				hand1 = renderer.xr.getHand( 0 );
 				hand1.add( handModelFactory.createHandModel( hand1 ) );
-
 				scene.add( hand1 );
 
 				// Hand 2
@@ -113,7 +112,7 @@
 				scene.add( controllerGrip2 );
 
 				hand2 = renderer.xr.getHand( 1 );
-				hand2.add( handModelFactory.createHandModel( hand2 ) );
+				hand2.add( handModelFactory.createHandModel( hand2, "spheres" ) );
 				scene.add( hand2 );
 
 				//