I want to have an effect similar to this question, in Aframe, to have layered swappable textures on a single model:
I am wondering if there is a standard process I have missed in Threejs so that I can continue to use the standard shader; or do I have to fork it and add the multi-texture capability myself in a custom shader?
Thanks!