In my scene I use different BoxGeometries and ExtrudeGeometries. For each object I want to use texture with same image, but different parameters of scale and offset. Texture.clone and material.clone doesn’t work. I can’t find any decision for make it.
this is my code http://jsfiddle.net/dvisik/f98zomvc/
I’m trying to clone texture to texture2 and change offset and scale parameters for texture2. But see just black color
When cloning a texture, you have to tell the renderer when a texture upload is required. Hence, you have to add the following code to your onLoad() callback.