index.html 920 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <html lang="en">
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <title>3D Tiles Loader | Demos</title>
  6. <style>
  7. body {
  8. padding: 2rem;
  9. font-family: 'Courier New', Courier, monospace;
  10. width: 100%;
  11. max-width: 700px;
  12. box-sizing: border-box;
  13. }
  14. section {
  15. margin-bottom: 2rem;
  16. }
  17. h1 {
  18. margin-bottom: 3rem;
  19. }
  20. h3 {
  21. margin-bottom: 0;
  22. }
  23. p {
  24. margin-top: 0.5rem;
  25. line-height: 1.3;
  26. }
  27. </style>
  28. </head>
  29. <body>
  30. <h1> 3D Tiles Loader | Demos </h1>
  31. <section>
  32. <h3> <a href="realitycapture/index.html">RealityCapture LOD Export (glTF tiles)</a> </h3>
  33. </section>
  34. <section>
  35. <h3> <a href="cesium/index.html">Cesium ION (Point cloud tiles)</a> </h3>
  36. </section>
  37. <section>
  38. <h3> <a href="map-overlay/index.html">Map overlay</a> </h3>
  39. </section>
  40. </body>
  41. </html>