Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 448 Bytes

readme.md

File metadata and controls

19 lines (15 loc) · 448 Bytes

Raster tile globe rendered
Holds state with quadtree
Works by converting tile corners to geodetic coordinates, then to ECEF

Build

npm run build
python3 -m http.server

Todo

  • To fix gaps / align tile with neighbour
    • Make sure neighbour tile is only +-1 different
    • Update vertex buffer
    • Move middle vertices