cmptExample.html 629 B

12345678910111213141516171819202122232425262728
  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 Composite Format 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. }</style>
  20. </head>
  21. <body>
  22. <script src="cmptExample.4b2a3f0d.js"></script>
  23. </body>
  24. </html>