Hi everybody,
I am looking for a way to merge 2 images into a single Texture.
The use case is that I have a glb model of a short with its own material which includes details like folds. I want to change the material on one part of the model in order to have satin instead of leather. for instance But I don’t want to lose the details of the folds while changing the material so I would need a way to merge the two textures together (original model textures with leather textures).
I search for what I could do using the Texture or DynamicTexture class but have no clue so far.
Thanks a lot in advance for your help and ideas to solve this