I try to render and show saved objects. Sometimes models crosses and have no distance.
Has Arcore any solution?
How to get rendered model's coordinates?
You can get a model's coordinates with getWorldPosition. If you want to get the bounding box size, see the response here: https://github.com/google-ar/sceneform-android-sdk/issues/147#issuecomment-401089184
Is this what you were looking for?
Most helpful comment
You can get a model's coordinates with getWorldPosition. If you want to get the bounding box size, see the response here: https://github.com/google-ar/sceneform-android-sdk/issues/147#issuecomment-401089184
Is this what you were looking for?