/ Published in: HTML
Augmented Reality in HTML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!-- AR.js by @jerome_etienne - github: https://github.com/jeromeetienne/ar.js - info: https://medium.com/arjs/augmented-reality-in-10-lines-of-html-4e193ea9fdbf --> <body style='margin : 0px; overflow: hidden;'> <a-scene embedded arjs='sourceType: webcam;'> <a-box position='0 0.5 0' material='opacity: 0.5;'></a-box> <a-marker-camera preset='hiro'></a-marker-camera> </a-scene> </body> source: https://codepen.io/jeromeetienne/pen/mRqqzb
URL: https://skywell.software/augmented-reality-development/