Skip to content

Commit

Permalink
make pug
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcurry committed Oct 11, 2017
1 parent 1db21e2 commit 81688de
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions public/views/easteregg.pug
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<!-- 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 -->
<script src="https://cdn.rawgit.com/jeromeetienne/AR.js/1.5.0/aframe/examples/vendor/aframe/build/aframe.min.js"></script>
<script src="https://cdn.rawgit.com/jeromeetienne/AR.js/1.5.0/aframe/build/aframe-ar.js"></script>
<body style='margin : 0px; overflow: hidden;'>
<a-scene embedded arjs='trackingMethod: best;'>
<a-anchor hit-testing-enabled='true'>
<a-box position='0 0.5 0' material='opacity: 0.5;'></a-box>
</a-anchor>
<a-camera-static/>
</a-scene>
</body>
script(src="https://cdn.rawgit.com/jeromeetienne/AR.js/1.5.0/aframe/examples/vendor/aframe/build/aframe.min.js")
script(src="https://cdn.rawgit.com/jeromeetienne/AR.js/1.5.0/aframe/build/aframe-ar.js")
body(style='margin : 0px; overflow: hidden;')
a-scene(embedded arjs='trackingMethod: best;')
a-anchor(hit-testing-enabled='true')
a-box(position='0 0.5 0' material='opacity: 0.5;')
a-camera-static

0 comments on commit 81688de

Please sign in to comment.