Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script src="http://www.x3dom.org/release/x3dom.js"></script>
  5. <link rel="stylesheet" href="http://www.x3dom.org/release/x3dom.css"></link>
  6. <title>Cookingsistar</title>
  7. </head>
  8.  
  9. <body>
  10. <h1>crunchies</h1>
  11. <x3d width=’800px’ height=’500px’>
  12. <scene>
  13. <shape>
  14. <appearance>
  15. <Material diffuseColor='0 0.5 1'/>
  16. </appearance>
  17. <box DEF=’MyFancyBox’ size=’1 2 1’ solid=’true’/>
  18. </shape>
  19. <transform translation ‘0 -3 0’>
  20. <shape>
  21. <Cylinder radius='2' top='false'/>
  22. <appearance>
  23. <Material diffuseColor='0.427 0.427 0.42'/>
  24. </material>
  25. </appearance>
  26. </shape>
  27. </transform>
  28. </scene>
  29. </x3d>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement