Skip to content

Instantly share code, notes, and snippets.

View tomtomtong's full-sized avatar

Tom Tong tomtomtong

View GitHub Profile
@tomtomtong
tomtomtong / webar.html
Created April 12, 2018 05:04
webar custom marker template
<!doctype HTML>
<html>
<script src="https://aframe.io/releases/0.7.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="trackingMethod: best; debugUIEnabled: false;" vr-mode-ui="enabled: false" >
<a-assets>
<a-asset-item id="mymodel" src="pieChart.gltf"></a-asset-item>