Hello,
We only have Chinese version of WebAR tutorial at present and we will release English version soon.
There are two ways to load the model: local loading and url loading
Local loading: The model can be placed under a local file, and the model can be displayed via the threeHelper.loadObject ("local model full path") method.
URL loading: first place your model on the server, then save the URL in the Meta file. After the identification is successful, the model address will be retrieved from Meta.
Thank you!