[SOLVED] Length node doesnot work

Just try to plug UV to length node, instead of quarter circle gradient from black to white you will get pure white color

I used the newest shader graph 7.1.5

Hi,

UV by default outputs a vector4 which has a W value of 1:


To get the effect you’re looking for, convert the UV to a vector2 using the “split” node and then take the length:5213105--519167--upload_2019-11-25_16-0-23.png

1 Like

Perfect Thanks a lot