google-ar / WebARonARCore

An experimental Chromium modification in the form of an app for Android that lets developers build Augmented Reality (AR) experiences using web technologies on top of Google's ARCore.
https://developers.google.com/ar/develop/web/getting-started
Apache License 2.0
756 stars 115 forks source link

Launch ARCore with modified model #84

Open CanerErdogan opened 3 years ago

CanerErdogan commented 3 years ago

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.