Is there any way to interpolate the tangent variable of a mesh? I am cutting vertices and I would like to recalculate as little as possble. Positions and UV mappings are done by Lerp, but what to do with the tangent?
Recalculating tangents is expensive.
Thanks