When loading texture url on error will display default style texture, how to change a new one for default?
You may use onError
callback in Texture constructor - Texture | Babylon.js Documentation
Example - Babylon.js Playground
2 Likes
You can change EngineStore.FallbackTexture = …; to any url you would prefer
3 Likes
That‘s so cool