DerKarlos / OSMeta

OSM "Metaverse"
Other
15 stars 2 forks source link

Add compass rose and work around wasm crash #64

Closed oli-obk closed 6 months ago

oli-obk commented 6 months ago

wasm failed to load the cloud and earth textures, and then crashed. Now we fail gracefully. But I also embedded the textures directly into the binary, so we don't need to download them.

We should figure out how to add a loading bar for downloading the wasm blob, because that's 60 MB now 😆

fixes #63 fixes #51