- //////////////////////////////////////////////////////////////////////////////
- // ©2008 Electronic Arts Inc
- //
- // FX Shader for Lightmapped Objects | Japan Floating Island
- //////////////////////////////////////////////////////////////////////////////
- #define SUPPORT_SPECMAP 1 // Define for objects shader with specularity/envmap/self illumination map
- #define SUPPORT_LIGHTMAP 1 // Define for objects that use a lightmap (supports HDR)
- #define SUPPORT_SSAO 1 // enable SSAO
- #include "Objects.fxh"
|