ObjectsGenericLightmapReflection.fx 567 B

123456789101112
  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_REFLECTION 1 // Uses the realtime reflection buffer
  9. #define SUPPORT_SSAO 1 // enable SSAO
  10. #include "Objects.fxh"