8000 GitHub - rahulkarda/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

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

License

Notifications You must be signed in to change notification settings

rahulkarda/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 name of your own .glb / .usdz model.
  2. Publish your website on GitHub Pages. To view the GitHub page for this repository, 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 87.0%
  • HTML 7.5%
  • CSS 5.5%
0