Benjamin Devine

Results 12 comments of Benjamin Devine

There's no way to do this currently from within the library, though `ARKit.snapshot` will return an image containing the AR objects. If I was implementing this myself I would look...

Any more luck with this? There's another dependency that might be added to the project (https://github.com/magicien/GLTFSceneKit) and an auto install would simplify things a lot.

Thanks!! I just tried this out both for local development and regular consumption. With the one-liners above I ran into a problem as I have two version xcode installed (xcode-beta...

Thanks for the tip! How does it look to add another pod into react-native-arkit itself? I've been trying with `react-native addpod '....'` from within the react-native-arkit project but it fails,...

Thanks! I followed all the steps using the global react-native-pod and it seemed to work correctly to install the `GLTFSceneKit` pod...the GLTFSceneKit.framework gets built and placed in the Pods/Products. However...

That makes sense about objc and Swift interop and shouldn't block this PR. I tried again with an objc specific pod (GLTFSCN from https://github.com/warrenm/GLTFKit) and got a little further, `#import...

@SunnyXJ Your fix works, however, I can't reproduce the issue anymore when using the latest source from this repository. It seems like the published npm version (2.0.4) is out of...

I looked into using the following jsfiddle to reproduce the problem https://jsfiddle.net/nnc083nL/3/. Currently there's an issue with baking models where the `bakeStatus` can get out of sync. If you save...

Discussed this with @tomas-polach, the temporary proposed solution was to fork the repository and fix it there. I've done this here: https://github.com/bnjm/3dio-js/ You can install it like `yarn add bnjm/3dio-js`...