-
### Description
Hi -
I have an existing react-native project and I would like to create a feature for it using react-vr. Knowing that react-vr is built upon react-native I was hoping it would …
-
It would be much appreciated if anyone has cycles to update/remove the following broken links in [README.md](https://github.com/KhronosGroup/glTF/blob/master/README.md).
```
"https://www.opencasca…
-
Hey, I trying to create a plugin on top of vscode-chrome-debug-core, which uses nls to handle translations. When I bundle my plugin with webpack using nls-dev bundler and loader, it does not import tr…
-
-
More of a question than an issue, but is it possible to render ReactVR components from inside a traditional React Native app?
--- Delete everything above this line before submitting your issue ---
…
-
Hi, having an issue with getting my web app bundled for production. I ran npm run bundle and changed my script source files as follows:
```
// Initialize the React VR application
…
-
### Description
Hi,
I'm using the
`VideoModule.createPlayer('myplayer') `
to set as background video with
`Environment.setBackgroundVideo('myplayer');`
Is there a way to access an onEnded ev…
-
I am trying to load an fbx in client.js using
```
var manager = new THREE.LoadingManager();
var loader = new THREE.FBXLoader( manager );
```
but with just them 2 lines I'm getting Requiring m…
-
How does a developer implement a reticle/raycaster in react 360? Previously reactvr had the raycaster out of the box if I'm not mistaken but react 360 does not seem to have this and there is no mentio…
-
Hi! Hope you don't mind the question. I've been building up a react-vr app and wanted to wrap some native modules I've created into a small library but am running into an issue and wanted to see if an…