Skip to content

Instantly share code, notes, and snippets.

<script src="https://aframe.io/releases/0.8.0/aframe.min.js"></script>
<script src="https://cdn.rawgit.com/jeromeetienne/AR.js/1.5.5/aframe/build/aframe-ar.js"></script>
<body style='margin : 0px; overflow: hidden;'>
<a-scene embedded arjs='sourceType: webcam;'>
<a-assets>
<a-asset-item id="untitled" src="https://cdn.rawgit.com/lwk1122/test-web-armodel/master/untitled.gltf"></a-asset-item>
</a-assets>
<a-entity scale="0.5 0.5 0.5" gltf-model="#untitled"></a-entity>
<a-marker-camera preset='hiro'></a-marker-camera>
</a-scene>