- //////////////////////////////////////////////////////////////////////////////
- // ©2005 Electronic Arts Inc
- //
- // FX Shader for simple Phong lighting
- //////////////////////////////////////////////////////////////////////////////
- #define SUPPORT_CLOUDS 1 // enable clouds
- #define SUPPORT_FOG 1 // enable fog
- #define SUPPORT_SSAO 1 // enable SSAO
- #include "DefaultW3D.fxh"
|