You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2022. It is now read-only.
I am using the intent mechanism to launch ARCore and view the model in AR. However, I would like to enable the visitors to modify the scene and create a GLB file, than present the file in AR. A method could be create a file on a server then use the link in the intent, which is not very desirable due to the two-way data transfer.
Is there a way that I could launch ARCore without providing a model link? Maybe providing something else like an array buffer or entirely different mechanism than intent?