|
@@ -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 );
|
|
|
|
|
|
//
|