Introduction - If you have any usage issues, please Google them yourself
// This demo implements tangent space normal mapping using a series of Direct3D
// High Level Shading Language (HLSL) shaders. A single D3DX Effect file (.fx)
// is provided with three techniques that implements normal mapping for each
// of the three Direct3D light types: direction, point, and spot lights.
//