How do you actually use shader graph to distort a mesh or compute UVs correctly when it happens to use normal mapping
My current shader makes a linear road mesh follow a bezier, and also is supposed to allow for both normal uv mapping and worldspace mapping
I tried to distord the normals and tangents along with the mesh, but I notice that shading is wrong sometimes