DefaultW3D.fx 374 B

1234567891011
  1. //////////////////////////////////////////////////////////////////////////////
  2. // ©2005 Electronic Arts Inc
  3. //
  4. // FX Shader for simple Phong lighting
  5. //////////////////////////////////////////////////////////////////////////////
  6. #define SUPPORT_CLOUDS 1 // enable clouds
  7. #define SUPPORT_FOG 1 // enable fog
  8. #define SUPPORT_SSAO 1 // enable SSAO
  9. #include "DefaultW3D.fxh"