Is it possible to incorporate multiple texture maps into a material such as phong?
I am aware that using shadermaterial and passing them as uniforms makes it simple to mix them in the shader, but I prefer to utilize existing specular maps, environment maps, etc. without having to start from the beginning again.