diffuseprobegrid_files.cmake 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Include/DiffuseProbeGrid/DiffuseGlobalIlluminationFeatureProcessorInterface.h
  10. Include/DiffuseProbeGrid/DiffuseProbeGridFeatureProcessorInterface.h
  11. Source/Components/DiffuseGlobalIlluminationComponent.cpp
  12. Source/Components/DiffuseGlobalIlluminationComponent.h
  13. Source/Components/DiffuseGlobalIlluminationComponentConfig.cpp
  14. Source/Components/DiffuseGlobalIlluminationComponentConfig.h
  15. Source/Components/DiffuseGlobalIlluminationComponentConstants.h
  16. Source/Components/DiffuseGlobalIlluminationComponentController.cpp
  17. Source/Components/DiffuseGlobalIlluminationComponentController.h
  18. Source/Components/DiffuseProbeGridComponent.cpp
  19. Source/Components/DiffuseProbeGridComponent.h
  20. Source/Components/DiffuseProbeGridComponentConstants.h
  21. Source/Components/DiffuseProbeGridComponentController.cpp
  22. Source/Components/DiffuseProbeGridComponentController.h
  23. Source/Components/DiffuseProbeGridSystemComponent.h
  24. Source/Components/DiffuseProbeGridSystemComponent.cpp
  25. Source/Render/DiffuseGlobalIlluminationFeatureProcessor.cpp
  26. Source/Render/DiffuseGlobalIlluminationFeatureProcessor.h
  27. Source/Render/DiffuseProbeGrid.cpp
  28. Source/Render/DiffuseProbeGrid.h
  29. Source/Render/DiffuseProbeGridBlendDistancePass.cpp
  30. Source/Render/DiffuseProbeGridBlendDistancePass.h
  31. Source/Render/DiffuseProbeGridBlendIrradiancePass.cpp
  32. Source/Render/DiffuseProbeGridBlendIrradiancePass.h
  33. Source/Render/DiffuseProbeGridBorderUpdatePass.cpp
  34. Source/Render/DiffuseProbeGridBorderUpdatePass.h
  35. Source/Render/DiffuseProbeGridClassificationPass.cpp
  36. Source/Render/DiffuseProbeGridClassificationPass.h
  37. Source/Render/DiffuseProbeGridDownsamplePass.cpp
  38. Source/Render/DiffuseProbeGridDownsamplePass.h
  39. Source/Render/DiffuseProbeGridFeatureProcessor.cpp
  40. Source/Render/DiffuseProbeGridFeatureProcessor.h
  41. Source/Render/DiffuseProbeGridPreparePass.cpp
  42. Source/Render/DiffuseProbeGridPreparePass.h
  43. Source/Render/DiffuseProbeGridQueryPass.cpp
  44. Source/Render/DiffuseProbeGridQueryPass.h
  45. Source/Render/DiffuseProbeGridQueryFullscreenPass.cpp
  46. Source/Render/DiffuseProbeGridQueryFullscreenPass.h
  47. Source/Render/DiffuseProbeGridRayTracingPass.cpp
  48. Source/Render/DiffuseProbeGridRayTracingPass.h
  49. Source/Render/DiffuseProbeGridRelocationPass.cpp
  50. Source/Render/DiffuseProbeGridRelocationPass.h
  51. Source/Render/DiffuseProbeGridRenderPass.cpp
  52. Source/Render/DiffuseProbeGridRenderPass.h
  53. Source/Render/DiffuseProbeGridTextureReadback.cpp
  54. Source/Render/DiffuseProbeGridTextureReadback.h
  55. Source/Render/DiffuseProbeGridVisualizationAccelerationStructurePass.cpp
  56. Source/Render/DiffuseProbeGridVisualizationAccelerationStructurePass.h
  57. Source/Render/DiffuseProbeGridVisualizationCompositePass.cpp
  58. Source/Render/DiffuseProbeGridVisualizationCompositePass.h
  59. Source/Render/DiffuseProbeGridVisualizationPreparePass.cpp
  60. Source/Render/DiffuseProbeGridVisualizationPreparePass.h
  61. Source/Render/DiffuseProbeGridVisualizationRayTracingPass.cpp
  62. Source/Render/DiffuseProbeGridVisualizationRayTracingPass.h
  63. )