Skip to content

Instantly share code, notes, and snippets.

@danharr
Last active December 14, 2016 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danharr/3c92bd919f9ab12fae09 to your computer and use it in GitHub Desktop.
Save danharr/3c92bd919f9ab12fae09 to your computer and use it in GitHub Desktop.
pan2
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Panorama</title>
<meta name="description" content="Panorama — A-Frame">
<script src="https://aframe.io/releases/latest/aframe.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.12/d3.min.js"></script>
</head>
<body>
<a-scene>
<a-sky src="#" rotation="0 -120 0"></a-sky>
</a-scene>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment