3cmodel view 3e in html tag

Solutions on MaxInterview for 3cmodel view 3e in html tag by the best coders in the world

showing results for - " 3cmodel view 3e in html tag"
Tyron
31 Feb 2017
1<!-- Import the component -->
2<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
3
4<!-- Use it like any other HTML element -->
5<model-viewer src="shared-assets/models/Astronaut.glb" alt="A 3D model of an astronaut" auto-rotate camera-controls></model-viewer>