Advertisement
szdani96

Untitled

Sep 14th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE>
  2. <html>
  3. <head>
  4.     <title>Ez a címe.
  5.     </title>
  6.     <script src="three.js"></script>
  7.     <style>
  8.         body{
  9.             margin:0;
  10.             overflow:hidden;
  11.         }
  12.     </style>
  13. </head>
  14. <body>
  15. <!-- Div which will hold the output -->
  16. <div id="WebGL-output">
  17.  
  18. </div>
  19. <!-- Javascript code that runs our Three.js examples -->
  20. <script>
  21.     function init(){
  22.  
  23.     };
  24.     window.onload=init;
  25. </script>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement