WebARonARCore
WebARonARCore copied to clipboard
Launch ARCore with modified model
Greetings!
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?
Thank you very much.