google-ar / three.ar.js

A helper three.js library for building AR web experiences that run in WebARonARKit and WebARonARCore
https://developers.google.com/ar/develop/web/getting-started
Apache License 2.0
2.91k stars 365 forks source link

See examples in ARCore #115

Closed sepehrabdous closed 6 years ago

sepehrabdous commented 6 years ago

Hello I have a problem with opening an example on ARCore. Suppose we have an example that works like those in the examples directory. How can we make the ARCore to show them because when I clicked on one of the examples on ARCore it just showed me the html code for it.

Thanks.

jsantell commented 6 years ago

Information about using these prototype AR browsers can be found here. That being said, we're moving towards an implementation in proper Chrome, which you can learn more about on the Chrome dev blog

sepehrabdous commented 6 years ago

Thank you very much Also another solution is opening the html file with github htmlpreview:

https://stackoverflow.com/questions/8446218/how-to-see-an-html-page-on-github-as-a-normal-rendered-html-page-to-see-preview

Thanks