animation-with-DirectX9

create a walk animation with directx 9 in the resoure folder exist 2 folder for lighting and animation Visual Studio 2015 settings for DirectX 9: in project properties :

  1. configuration properties -> general -> output directory : directory of project in your system
  2. c/c++ -> Additionat include directory -> directory if include folder in the installation directory of DirectX ; directory if lib folder in the installation directory of DirectX
  3. linker -> additional library directory -> directory if lib x86 folder in the installation directory of DirectX
  4. HLSL compiler -> shader type -> effect(/fx)
  5. HLSL compiler -> shader model -> shader model 2 (/2_0)

I hope this file is useful shamim sanisales