Skip to content

Instantly share code, notes, and snippets.

@Hirosaji
Last active February 19, 2020 02: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 Hirosaji/c060385930acd37b1fbfde3833e19276 to your computer and use it in GitHub Desktop.
Save Hirosaji/c060385930acd37b1fbfde3833e19276 to your computer and use it in GitHub Desktop.
A-Frame - VR Horse-Racing
# A-Frame - VR Horse-Racing
license: mit
<!DOCTYPE html>
<html>
<head>
<script src="https://aframe.io/releases/0.8.2/aframe.min.js"></script>
</head>
<body>
<a-scene>
<a-sky src="horse-racing.jpg" rotation="0 170 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