react-native-arkit
react-native-arkit copied to clipboard
How can I access model and camera matrices ?
Hi, I have a webview where I am showing my 3D model. I want to use AR kit to track plane and then send the model and camera matrices to webview to show model....How can I access these matrices ?
Thanks,
@pritasam this project is probably not suited if you want to display 3d content in a webview.
you could access camera matrices and detected planes, but its probably better to display the model directly in react-native-arkit (scenekit)