Shader texture changing problem

Hey @PichouPichou,

The textures must be listed in the samplers array, not the uniforms when creating the shader material:
https://playground.babylonjs.com/#6NBTZ0#4

3 Likes