Summary
When the normal map texture (/normal-map.png) fails to load in the globe component, the globe currently hangs in the wireframe/loading state with no user feedback.
A popup notification system should be implemented to inform the user when this error occurs and prompt them to reload the page.
Context
Acceptance Criteria
Summary
When the normal map texture (
/normal-map.png) fails to load in the globe component, the globe currently hangs in the wireframe/loading state with no user feedback.A popup notification system should be implemented to inform the user when this error occurs and prompt them to reload the page.
Context
Acceptance Criteria
useTexture('/normal-map.png')fails to load (i.e., in the.catchhandler of the promise inapp/src/lib/components/globe/Globe.svelte)