@polygoo: The problem with tangents is, that they are a property of the tris, but are saved at the vertices (for interpolation). This lead to the problem, that vertices sometimes need to save opposite tangent spaces (left/right handed). Now, this is not a problem per se, you just need to duplicate the vertex using two…