xrfragment/test/aframe/index.html

17 lines
581 B
HTML

<html lang="en">
<head>
<title>AFRAME - xrfragment sandbox</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
<script src="./../../dist/xrfragment.aframe.js"></script>
<script src="./index.js"></script>
</head>
<body>
<h3>open the browserconsole to see the results</h3>
<script src="./pubsub.js"></script>
<script src="./filter.js"></script>
<script src="./xrf.js"></script>
</body>
</html>