Skip to content

Instantly share code, notes, and snippets.

@TakashiYoshinaga
Last active December 7, 2017 05:07
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 TakashiYoshinaga/7f28039d9d3c98222040c6921c05b1c8 to your computer and use it in GitHub Desktop.
Save TakashiYoshinaga/7f28039d9d3c98222040c6921c05b1c8 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Hello, WebVR! - A-Frame</title>
<meta name="description" content="Hello, WebVR! - A-Frame">
<script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
<a-cylinder position="0 0 -1" radius="0.2" height="0.5" color="#FFC65D" shadow></a-cylinder>
</a-scene>
</body>
</html>
@TakashiYoshinaga
Copy link
Author

  • [ ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment