RotateEnvironmentMap_Objects.scrapeh 811 B

1234567891011121314151617181920
  1. //////////////////////////////////////////////////////////////////////////////
  2. // ©2008 Electronic Arts Inc
  3. //
  4. // Rotate cube map scrape script, Objects
  5. //////////////////////////////////////////////////////////////////////////////
  6. #ifndef SCRAPE_SCRIPT_ROTATE_ENVIRONMENT_OBJECTS_SCRAPEH
  7. #define SCRAPE_SCRIPT_ROTATE_ENVIRONMENT_OBJECTS_SCRAPEH
  8. // source texture
  9. #define EnvironmentSourceTexture EnvironmentSourceTextureObjects
  10. // destination texture
  11. #define EnvironmentDestinationTexture EnvironmentDestinationTextureObjects
  12. // procedure name
  13. #define doRotateEnvironmentMap doRotateEnvironmentMapObjects
  14. #include "RotateEnvironmentMap_Proc.scrapeh"
  15. #undef EnvironmentSourceTexture
  16. #undef EnvironmentDestinationTexture
  17. #undef doRotateEnvironmentMap
  18. #endif // SCRAPE_SCRIPT_ROTATE_ENVIRONMENT_OBJECTS_SCRAPEH