Skip to content

Instantly share code, notes, and snippets.

@sorskoot
Created November 26, 2017 21:22
Show Gist options
  • Save sorskoot/08c0c314c602bd02fcd75eb3f21c12dc to your computer and use it in GitHub Desktop.
Save sorskoot/08c0c314c602bd02fcd75eb3f21c12dc to your computer and use it in GitHub Desktop.
Very basic A-Frame Scene with Red Cube
<html>
<head>
<script src="https://aframe.io/releases/0.7.1/aframe.min.js"></script>
</head>
<body>
<a-scene>
<a-box color="red" position="-1 0.5 -3" ></a-box>
</a-scene>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment