b3dmExample.html 943 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. * {
  9. margin: 0;
  10. padding: 0;
  11. }
  12. html {
  13. overflow: hidden;
  14. font-family: Arial, Helvetica, sans-serif;
  15. user-select: none;
  16. }
  17. canvas {
  18. image-rendering: pixelated;
  19. outline: none;
  20. }
  21. #info {
  22. color: white;
  23. font-family: monospace;
  24. position: absolute;
  25. white-space: pre;
  26. line-height: 1.5em;
  27. padding: 10px;;
  28. }
  29. </style>
  30. <script type="module" crossorigin src="/assets/b3dmExample.fa261be3.js"></script>
  31. </head>
  32. <body>
  33. <div id="info"></div>
  34. </body>
  35. </html>