Just ran into another issue: Using the Mapping Randomizer shader to rotate the output of a Normal shader causes the normal information to get corrupted. It appears, the normal information is not correctly rotated to compensate for the map rotation applied by the Mapping Randomizer. This looks exactly like when wrongly inserting the Mapping Randomizer BEFORE the Normal shader. Can anyone confirm, please? If it’s me who’s doing things wrong, please let me know. Thanks!
Somebody, please? At this point, I really only need to know who’s problem this is. Am I doing it wrong, or is this something the devs should have a look at? Same goes for my other bug report.
That would make it impossible to use the rotation feature of the Mapping Randomizer for any material with normal maps. No, the Mapping Randomizer should compensate for this rotation by rotating the normal vector accordingly, which is what it does with Corona/3ds Max. That’s why it is so important to put the Mapping Randomizer AFTER the Normal shader, not between the normal map and the Normal shader. Instead, the correct setup behaves exactly like the incorrect one.