react-native-arkit icon indicating copy to clipboard operation
react-native-arkit copied to clipboard

How can I access model and camera matrices ?

Open pritasam opened this issue 7 years ago • 1 comments

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 avatar Jan 17 '18 08:01 pritasam

@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)

macrozone avatar Feb 21 '18 10:02 macrozone