8000 GitHub - mikestein2016/Web-AR: Render .usdz models and .glb models straight into your browser using only HTML, CSS and Javascript.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mikestein2016/Web-AR

 
 

Repository files navigation

Web AR: Displaying 3D Models on your browser

banner

Web AR Repository allows you to render your 3D GLB/USDZ models straight in your browser. To render your own models, follow the steps-

  1. Fork/Clone this repository.
  2. Upload your .glb or .usdz model in your GitHub repo.
  3. In index.html file, on line 12, you will notice the following lines-
<model-viewer src="Astronaut.glb"                  
ios-src="Astronaut.usdz"
  1. Replace Astronaut.glb / Astronaut.usdz with the name of your own .glb / .usdz model.
  2. Publish your website on GitHub Pages. To view the GitHub page for this repository, click here.

For a detailed tutorial, click here.

About

Render .usdz models and .glb models straight into your browser using only HTML, CSS and Javascript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.3%
  • HTML 9.3%
  • CSS 5.4%
0