1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>3D Tiles Loader | Demos</title>
- <style>
- body {
- padding: 2rem;
- font-family: 'Courier New', Courier, monospace;
- width: 100%;
- max-width: 700px;
- box-sizing: border-box;
- }
- section {
- margin-bottom: 2rem;
- }
- h1 {
- margin-bottom: 3rem;
- }
- h3 {
- margin-bottom: 0;
- }
- p {
- margin-top: 0.5rem;
- line-height: 1.3;
- }
- </style>
- </head>
- <body>
- <h1> 3D Tiles Loader | Demos </h1>
- <section>
- <h3> <a href="realitycapture/index.html">RealityCapture LOD Export (glTF tiles)</a> </h3>
- </section>
- <section>
- <h3> <a href="cesium/index.html">Cesium ION (Point cloud tiles)</a> </h3>
- </section>
- <section>
- <h3> <a href="map-overlay/index.html">Map overlay</a> </h3>
- </section>
- </body>
- </html>
|