I’ve changed a texture from an image element, then i log the name of the texture in the element.
It seems the texture has been changed but it haven’t done any visual change.
I used the following line to do it.
this.myAttr.element.texture = this.myTexture;
Thanks in advance for the help.