@sivan: normalmapping works like this (when using precomputed tangents):

Normal = normalize(In.Normal + (Normal.r * In.Tangent + Normal.g * In.Binormal) * NormalmappingStrength);

...and as you can see, the blue channes isn't needed. wink


POTATO-MAN saves the day! - Random