How to change image in existing decal?

for example on the line №91 i set timeout and after that i want to change image in texture on created decal on another. How to do that?

I don’t think you can do that with decal maps? Per doc: Decals | Babylon.js Documentation (babylonjs.com)

You’d have to delete the existing decal and create another with the new texture

1 Like

Thanks!