b3dmExample.html 879 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  5. <meta charset="utf-8">
  6. <title>3D Tiles Renderer Batch Example</title>
  7. <style>* {
  8. margin: 0;
  9. padding: 0;
  10. }
  11. html {
  12. overflow: hidden;
  13. font-family: Arial, Helvetica, sans-serif;
  14. user-select: none;
  15. }
  16. canvas {
  17. image-rendering: pixelated;
  18. outline: none;
  19. }
  20. #info {
  21. color: white;
  22. font-family: monospace;
  23. position: absolute;
  24. white-space: pre;
  25. line-height: 1.5em;
  26. padding: 10px;;
  27. }</style>
  28. </head>
  29. <body>
  30. <div id="info"></div>
  31. <script src="b3dmExample.d88db709.js"></script>
  32. </body>
  33. </html>