8

in my node setup I have a value node. I want this node to influence the scaling of my mapping node.

Is there a way to achieve this? Or is there a math/vector node setup I can use to manipulate the scale of my texture?

https://i.stack.imgur.com/lbv03.gif


I found an answer to my question: Possible to control a Driver from a Group Node input slider?

Because the original question here is another one, I won't delete my post. Maybe it is helpful for someone.

bstnhnsl
  • 2,690
  • 12
  • 29

1 Answers1

12

If you only want to scale the texture, you can use a MixRGB node set to Multiply instead of the Mapping node, as in this example:

enter image description here

lbalazscs
  • 3,599
  • 22
  • 24