Hello here,
I try to have noise texture with diagonal orientation.
When I try to change orientation with mapping node, I can have vertical noise or horizontal noise but no diagonal noise.
Does someone has an idea?
Hello,
I’m not sure as for Noise Texture, but from what I’ve just found, you could use Wave Texture for this instead: https://blender.stackexchange.com/questions/293774/how-to-create-a-seamless-diagonal-wavy-pattern-with-opposing-waves
You can add a Vector Rotate
node, and adjust the Angle
at the bottom.
It needs to be added before the Mapping
node though:
1 Like
That is perfect!
Thank you!!!