Quote Originally Posted by User137 View Post
That is still too complicated instructions. Why would i need to pass vertex normal? I do not see why vertex-shader would use it.
Your normal map texture has normal values that are specified in tangent space, while light direction and other lighting parameters are typically specified in world space. You need vertex normal, vertex tangent and vertex binormal for doing conversions between tangent space and world space.