Gradient not showing down to up

I want to make the gradient from down to up n not in a linear way.
Here is my Node Setup:


I want to make it from down to up

P.S. Don’t Suggest rotating it.

1 Like

Why can’t you rotate the texture? It’s mapping the gradient to the generated points from the box, the typical behaviour for these gradients is left to right. Just use a Mapping node between the Texture Coordinate and the Gradient Texture nodes and rotate it on the Y axis 90 degrees.