Ryan Tremblay
Ryan Tremblay
Related to #388
For iOS, besides people occlusion, reconstructed environment mesh can also be used to occlude at least with lidar capable devices: https://developer.apple.com/documentation/arkit/content_anchors/visualizing_and_interacting_with_a_reconstructed_scene
If anyone gets to this, please don't spend time adding keyboard support to the Playground's "sample" code for dealing with input. Rather, we should add keyboard support to `NativeInput` and...
I think this was for a full JS engine reload (e.g. press R in the console window) and not actual hot reload/fast refresh. This is probably blocked by #84 now.
#84 has been fixed, so this is no longer blocked. I took a quick look and one problem I saw right away is that the XR session is not synchronously...
We have a number of places where we require function calls into native (either as actual functions or `InstanceAccessor`s) that I think could be worth fixing. This is another example:...
1. Make sure your first three Babylon.js packages are all the same version (5.0.0). 2. You need to install https://www.npmjs.com/package/@babylonjs/react-native-iosandroid-0-65 as well. Did you get a react error telling you...
If you remove that maven reference locally (for testing purposes) does it resolve the error?
It seems like @runtothedoor hit the same `TypeError: Cannot read property 'initialize' of null` error because I saw a PR that was opened and then closed while I was out...
They are both deltas. In the WebView case, the ReactJS app was already running, and then it loads BJS + the model. In the Babylon Native case, the React Native...