ObjectsGenericLightmap.fx 499 B

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