To make app compatible for non-ARCore devices, is it possible to render 3D models, so that I can show them with camera preview in background in 3DOF sensor devices.
I think SceneView is the UI widget you'll need to use instead of ArSceneView.
That's correct, SceneView is what you're looking for.
For those who are trying to get sceneview tot work without ar
https://medium.com/@harivigneshjayapalan/arcore-cupcakes-1-render-a-scene-without-ar-for-phones-without-arcore-27d61a43a130
@romainguy @SimonMarquis
Can you tell me how we can scale / rotate model in Sceneview ?
@roshanpatel6040 did you find how to scale/rotate model in sceneview?
Most helpful comment
I think SceneView is the UI widget you'll need to use instead of
ArSceneView.