VertexNormal in Local Space?

Is there a way to calculate the Vertex Normal of an object in its local space?

1 Like

Nevermind “TransformVector” did the trick.
don’t know why i didn’t think of this

Found the node but i don,t know how you transformed it it doesn’t seem to work properly for me. Same intentions : Vertexnormal to local space. Can you show me a screenshot?

I found it . when scaling up your object you will also have to use a multiply with the object scale

or add a “Normalize” after the transform for the normal

1 Like

Thanks for this.