Does anyone know the most efficient method to update a texture in threejs using data from an image? I've tried loadTexture, but it creates a new texture each time and I am struggling to figure out how to pass on an image object.
I have already created the necessary amount of textures with loadTexture. Now, whenever I need to load a new image, I simply want to update my existing textures with the new data.
Any assistance is greatly appreciated!