What is the difference between the Length node and Vector Length nodes in the material graphs?

Length is happy to work with a scalar, v2, v3 and v4. Vector Length only works with v2 & v3. You can debug both nodes but they should return identical values in OP’s example - a vector whose every component has the same scalar value (length).


So yeah, the result is unexpected (to me, at least).

1 Like