3

So I wanted to make a circle with lines on it like this, going this way. How I want the lines

But when I set up my nodes (like this), my node setup the lines looked like this

How it turned out I want to find out how to rotate the image but it is using blender's "wave texture node" And I can't seem to find out how to do that.

How do I rotate it?

GibThom
  • 183
  • 7

1 Answers1

5

Before your Wave node, put in a Texture Coordinate node (using generate) and this goes into a Mapping node. You can then modify the rotation (depends on your orientation) but here is my setup with a before shot and after shot

Before: Before

After: After

Derrick
  • 1,149
  • 6
  • 15
  • 1
    Oh duh. I tried all that but I did it AFTER the wave texture. Thanks a tone. – GibThom Feb 21 '20 at 01:10
  • Note that you have to apply the object's rotation if you modified it in object mode with CTRL + A or else the mapping node rotations may be inverted – Gorgious Feb 21 '20 at 10:45