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