Infantry.fx 364 B

12345678910
  1. //////////////////////////////////////////////////////////////////////////////
  2. // ©2006 Electronic Arts Inc
  3. //
  4. // FX Shader for simple material with one texture and support for house coloring
  5. //////////////////////////////////////////////////////////////////////////////
  6. #define SUPPORT_RECOLORING 1
  7. #define SUPPORT_SSAO 1 // enable SSAO
  8. #include "BasicW3D.fxh"