Closed dadvav closed 7 years ago
I've experienced the same. I need to use a newer version of FBXLoader which needs the newer three.js
Thank you for the feedback! I'll rev the ThreeJS version to 87 and use your comments to fix setting the view matrix.
ThreeJs sample is using some older version and is needed to adjust sample for latest version.
In file app.js
this._holographicViewMatrix.elements.set(window.getViewMatrix());
replace withthis._holographicViewMatrix.fromArray(window.getViewMatrix());