-
### Description
Possible bug in OVRUI/src/UIView/GuiSys.js line 55
function matrixDistance(matrixA, matrixB) {
const x = matrixA.elements[12] - matrixB.elements[12];
const y = matrixA.eleme…
-
-
Got this on 1.9.2 and 1.10.0
```>> Got an unexpected exception from the coffee-script compiler. The original exception was: TypeError: Cannot read property 'push' of undefined
> > (The coffee-script …
-
@robin-k-wilson It's difficult for me to capture a photo of this, but there is this strange "flicker" when you see the visualization at https://data-vr.github.io/blockchain-vr-build/. When you look do…
-
Hi
I have a (running) project on React-VR 2.0.0
I just installed react-vr-gaze-button via npm (with --save).
I got a lot of errors about duplicates on running. When I refreshed my working VR …
-
Metal Uri 3.0.0 is compatible and runs in other environments apart from Node and browses - ReactNative, ReactVR, etc.
Metal Ajax depends on Metal Uri, so this module has to be updated here to allow M…
-
### Description
Doc bug
#### Background
In the web page https://facebook.github.io/react-vr/docs/publishing.html it mentions:
> Make sure the script tag at the top points to the correct loc…
-
Facing this issue once I add this line in iOS
`import CountryPicker, {getAllCountries} from 'react-native-country-picker-modal'`;
**undefined is not an object (evaluting '_react2.default.PropTyp…
-
I am using the _"live-tour-lab"_ library. It currently takes about 30 seconds to load a scene.
Is this usually how slow ReactVR is?
FYI my static_assets total up to 38mb, and a scene doesn't req…
-
### Description
I am fairly new to ReactVR. I was trying out the pano component with normal panaromic images taken with my Android phone, and it seems to pixelated, while Equirectangular images seem …