Node material always tries to load texture

Hello there,

I’ve created a simple node material via NME and I noticed that the texture block has to be fed with a texture, otherwise it creates a “tile pattern” over my model. How can I make the texture block optional?

Cheers!

Hello!

The tile pattern is caused because the fallback texture is being loaded, you can turn this behavior off with EngineStore | Babylon.js Documentation (babylonjs.com)

2 Likes