Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Hello, WebVR! • A-Frame</title>
  6. <meta name="description" content="Hello, WebVR! • A-Frame">
  7. <script src="https://aframe.io/releases/0.9.0/aframe.min.js"></script>
  8. </head>
  9. <body>
  10. <a-sphere position="0 1.25 -5" radius="1.25" src="https://cdn.glitch.com/63da3efe-0349-42cd-8a1c-c4d113adbb0c%2Fimage.png?1553496076987" shadow></a-sphere>
  11. <a-sky src="https://cdn.glitch.com/63da3efe-0349-42cd-8a1c-c4d113adbb0c%2Fimage.png?1553496153838"></a-sky>
  12. <a-box position="0.65 1.9 -5" height="1.25" width="1.25" color="white" src="" ></a-box>
  13.  
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement