|
@@ -11,7 +11,7 @@ class XRHandOculusMeshModel {
|
|
|
var loader = new FBXLoader();
|
|
|
const low = options && options.model === "lowpoly" ? "_low" : "";
|
|
|
|
|
|
- loader.load( `/examples/models/fbx/OculusHand_${handedness === "right" ? "R" : "L"}${low}.fbx`, object => {
|
|
|
+ loader.load( `../../models/fbx/OculusHand_${handedness === "right" ? "R" : "L"}${low}.fbx`, object => {
|
|
|
|
|
|
this.handModel.add( object );
|
|
|
// Hack because of the scale of the skinnedmesh
|