Is this normal mapping done right?

Hi, I have these textures
[ATTACH=CONFIG]1127[/ATTACH][ATTACH=CONFIG]1128[/ATTACH]
and I’ve done a normal mapping with this result
[ATTACH=CONFIG]1129[/ATTACH]

I’d like to ask if it is done right.
Thank you for your opinion.

Maybe. Is the light coming from below and left?

You really need to see how the lighting changes as the light moves.

Also, to tell if you’re doing tangent-space mapping correctly, you need to use a surface which isn’t flat.

One other point:

This will result in b being perpendicular to n and t, but t won’t necessarily be perpendicular to n (i.e. it won’t necessarily lie in the tangent plane). Typically, you’d transform n by the normal matrix and b and t by the model-view matrix so that n is perpendicular to both b and t. But this only matters if the the model-view matrix contains non-uniform scaling or shear.