Created
November 26, 2017 21:22
-
-
Save sorskoot/08c0c314c602bd02fcd75eb3f21c12dc to your computer and use it in GitHub Desktop.
Very basic A-Frame Scene with Red Cube
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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