I have created a material like this and i want to keep a node for rotation here so that if i give some value the whole material will be rotated is there any node like that
Tried with custom rotator but it is not working fine
I have created a material like this and i want to keep a node for rotation here so that if i give some value the whole material will be rotated is there any node like that
Tried with custom rotator but it is not working fine
You need to script it in such a way that you’re manipulating the UVs:
Shader will not understand what it means to rotate a colour value.