How to use a same texture on different materials with different repeat and rotation?

Currently, modifying the material with onBeforeCompile to add your own UV transforms seems to be the only way to share the same texture with different mapping coordinates.

However devs are already aware of this limitation and are looking for a possible solution to this and other problems regarding WebGL Texture re-usage.

Check out this issue: https://github.com/mrdoob/three.js/issues/17766

4 Likes