Files
equirectangular-gallery-com…/client-side-preview.html
2018-07-23 20:25:36 +02:00

12 lines
258 B
HTML

<html>
<head>
<script src="https://aframe.io/aframe/dist/aframe-master.min.js"></script>
<script src="gallery-via-json-noprocess.js"></script>
</head>
<body>
<a-scene>
<a-sky gallery-via-json></a-sky>
</a-scene>
</body>
</html>