You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
580 B

4 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>three.js webgl - teapot buffer geometry</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
  7. <style>
  8. body {
  9. margin: 0px;
  10. overflow: hidden;
  11. }
  12. </style>
  13. <script src="js/three.min.js"></script>
  14. <script type="text/javascript" src="Modelos/js/jquery.min.js"></script>
  15. </head>
  16. <body>
  17. <div id="WebGL-salida">
  18. </div>
  19. </body>
  20. <script>
  21. $(function(){
  22. });
  23. </script>
  24. </html>