-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rpehkone
committed
May 18, 2024
1 parent
715949c
commit a20c6ef
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
node_modules/** | ||
package-lock.json | ||
build/** | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<img src="img.png" width="500" height="auto"/> | ||
|
||
### Try Here: https://rpehkone.github.io/minimal-globe/ | ||
|
||
Raster tile globe rendered | ||
Holds state with quadtree | ||
|
||
### Build | ||
``` | ||
npm run build | ||
python3 -m http.server | ||
``` | ||
|
||
### Todo | ||
- To fix gaps / align tile with neighbour | ||
- Make sure neighbour tile is +- 1 only different | ||
- Update vertex buffer | ||
- Move middle vertices |