Since the new A7 shadow mapping needs a camera material, ( which overides all other materials in the scene), how can I have other objects that use other shaders with shadow mapping?
I know I could combine normal mapping with the shadow mapping shader, but then it is applied to all objects in the scene! Plus what if I want multitexture shader or several other shaders on different objects?
Anyone know?