Browse Source

move reference to our assets lib

Raanan Weber 4 years ago
parent
commit
58cbb9c6e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/XR/features/WebXRHandTracking.ts

+ 1 - 1
src/XR/features/WebXRHandTracking.ts

@@ -285,7 +285,7 @@ export class WebXRHand implements IDisposable {
             };
 
             const handShader = new NodeMaterial("leftHandShader", this._scene, { emitComments: false });
-            await handShader.loadAsync("https://patrickryanms.github.io/BabylonJStextures/Demos/xrHandMesh/handsShader.json");
+            await handShader.loadAsync("https://assets.babylonjs.com/meshes/HandMeshes/handsShader.json");
             // build node materials
             handShader.build(false);