atomlyintegration_commonfeatures_public_files.cmake 6.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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/AtomLyIntegration/CommonFeatures/CoreLights/AreaLightBus.h
  10. Include/AtomLyIntegration/CommonFeatures/CoreLights/AreaLightComponentConfig.h
  11. Include/AtomLyIntegration/CommonFeatures/CoreLights/CoreLightsConstants.h
  12. Include/AtomLyIntegration/CommonFeatures/CoreLights/DirectionalLightBus.h
  13. Include/AtomLyIntegration/CommonFeatures/CoreLights/DirectionalLightComponentConfig.h
  14. Include/AtomLyIntegration/CommonFeatures/Debug/RayTracingDebugBus.h
  15. Include/AtomLyIntegration/CommonFeatures/Debug/RayTracingDebugComponentConfig.h
  16. Include/AtomLyIntegration/CommonFeatures/Debug/RenderDebugBus.h
  17. Include/AtomLyIntegration/CommonFeatures/Debug/RenderDebugComponentConfig.h
  18. Include/AtomLyIntegration/CommonFeatures/Decals/DecalBus.h
  19. Include/AtomLyIntegration/CommonFeatures/Decals/DecalComponentConfig.h
  20. Include/AtomLyIntegration/CommonFeatures/Decals/DecalConstants.h
  21. Include/AtomLyIntegration/CommonFeatures/Grid/GridComponentBus.h
  22. Include/AtomLyIntegration/CommonFeatures/Grid/GridComponentConfig.h
  23. Include/AtomLyIntegration/CommonFeatures/Grid/GridComponentConstants.h
  24. Include/AtomLyIntegration/CommonFeatures/ImageBasedLights/ImageBasedLightComponentBus.h
  25. Include/AtomLyIntegration/CommonFeatures/ImageBasedLights/ImageBasedLightComponentConfig.h
  26. Include/AtomLyIntegration/CommonFeatures/ImageBasedLights/ImageBasedLightComponentConstants.h
  27. Include/AtomLyIntegration/CommonFeatures/Material/MaterialAssignment.h
  28. Include/AtomLyIntegration/CommonFeatures/Material/MaterialAssignmentId.h
  29. Include/AtomLyIntegration/CommonFeatures/Material/MaterialComponentBus.h
  30. Include/AtomLyIntegration/CommonFeatures/Material/MaterialComponentConfig.h
  31. Include/AtomLyIntegration/CommonFeatures/Material/MaterialComponentConstants.h
  32. Include/AtomLyIntegration/CommonFeatures/Mesh/MeshHandleStateBus.h
  33. Include/AtomLyIntegration/CommonFeatures/Mesh/MeshComponentBus.h
  34. Include/AtomLyIntegration/CommonFeatures/Mesh/MeshComponentConstants.h
  35. Include/AtomLyIntegration/CommonFeatures/PostProcess/PostFxLayerBus.h
  36. Include/AtomLyIntegration/CommonFeatures/PostProcess/PostFxLayerComponentConfig.h
  37. Include/AtomLyIntegration/CommonFeatures/PostProcess/PostFxLayerComponentConstants.h
  38. Include/AtomLyIntegration/CommonFeatures/PostProcess/Bloom/BloomBus.h
  39. Include/AtomLyIntegration/CommonFeatures/PostProcess/Bloom/BloomComponentConfig.h
  40. Include/AtomLyIntegration/CommonFeatures/PostProcess/ChromaticAberration/ChromaticAberrationBus.h
  41. Include/AtomLyIntegration/CommonFeatures/PostProcess/ChromaticAberration/ChromaticAberrationComponentConfig.h
  42. Include/AtomLyIntegration/CommonFeatures/PostProcess/PaniniProjection/PaniniProjectionBus.h
  43. Include/AtomLyIntegration/CommonFeatures/PostProcess/PaniniProjection/PaniniProjectionComponentConfig.h
  44. Include/AtomLyIntegration/CommonFeatures/PostProcess/FilmGrain/FilmGrainBus.h
  45. Include/AtomLyIntegration/CommonFeatures/PostProcess/FilmGrain/FilmGrainComponentConfig.h
  46. Include/AtomLyIntegration/CommonFeatures/PostProcess/WhiteBalance/WhiteBalanceBus.h
  47. Include/AtomLyIntegration/CommonFeatures/PostProcess/WhiteBalance/WhiteBalanceComponentConfig.h
  48. Include/AtomLyIntegration/CommonFeatures/PostProcess/Vignette/VignetteBus.h
  49. Include/AtomLyIntegration/CommonFeatures/PostProcess/Vignette/VignetteComponentConfig.h
  50. Include/AtomLyIntegration/CommonFeatures/PostProcess/DepthOfField/DepthOfFieldBus.h
  51. Include/AtomLyIntegration/CommonFeatures/PostProcess/DepthOfField/DepthOfFieldComponentConfig.h
  52. Include/AtomLyIntegration/CommonFeatures/PostProcess/DisplayMapper/DisplayMapperComponentBus.h
  53. Include/AtomLyIntegration/CommonFeatures/PostProcess/DisplayMapper/DisplayMapperComponentConfig.h
  54. Include/AtomLyIntegration/CommonFeatures/PostProcess/DisplayMapper/DisplayMapperComponentConstants.h
  55. Include/AtomLyIntegration/CommonFeatures/PostProcess/ExposureControl/ExposureControlBus.h
  56. Include/AtomLyIntegration/CommonFeatures/PostProcess/ExposureControl/ExposureControlComponentConfig.h
  57. Include/AtomLyIntegration/CommonFeatures/PostProcess/ExposureControl/ExposureControlComponentConstants.h
  58. Include/AtomLyIntegration/CommonFeatures/PostProcess/ColorGrading/EditorHDRColorGradingBus.h
  59. Include/AtomLyIntegration/CommonFeatures/PostProcess/ColorGrading/HDRColorGradingBus.h
  60. Include/AtomLyIntegration/CommonFeatures/PostProcess/ColorGrading/HDRColorGradingComponentConfig.h
  61. Include/AtomLyIntegration/CommonFeatures/PostProcess/Ssao/SsaoBus.h
  62. Include/AtomLyIntegration/CommonFeatures/PostProcess/Ssao/SsaoComponentConfiguration.h
  63. Include/AtomLyIntegration/CommonFeatures/PostProcess/LookModification/LookModificationBus.h
  64. Include/AtomLyIntegration/CommonFeatures/PostProcess/LookModification/LookModificationComponentConfig.h
  65. Include/AtomLyIntegration/CommonFeatures/PostProcess/LookModification/LookModificationComponentConstants.h
  66. Include/AtomLyIntegration/CommonFeatures/PostProcess/PostFxWeightRequestBus.h
  67. Include/AtomLyIntegration/CommonFeatures/PostProcess/PostFxLayerCategoriesProviderRequestBus.h
  68. Include/AtomLyIntegration/CommonFeatures/PostProcess/RadiusWeightModifier/RadiusWeightModifierComponentConfig.h
  69. Include/AtomLyIntegration/CommonFeatures/PostProcess/RadiusWeightModifier/RadiusWeightModifierComponentConstants.h
  70. Include/AtomLyIntegration/CommonFeatures/PostProcess/ShapeWeightModifier/ShapeWeightModifierComponentConfig.h
  71. Include/AtomLyIntegration/CommonFeatures/PostProcess/ShapeWeightModifier/ShapeWeightModifierComponentConstants.h
  72. Include/AtomLyIntegration/CommonFeatures/PostProcess/GradientWeightModifier/GradientWeightModifierComponentConfig.h
  73. Include/AtomLyIntegration/CommonFeatures/PostProcess/GradientWeightModifier/GradientWeightModifierComponentConstants.h
  74. Include/AtomLyIntegration/CommonFeatures/ScreenSpace/DeferredFogComponentConfig.h
  75. Include/AtomLyIntegration/CommonFeatures/ScreenSpace/DeferredFogBus.h
  76. Include/AtomLyIntegration/CommonFeatures/SkinnedMesh/SkinnedMeshOverrideBus.h
  77. Include/AtomLyIntegration/CommonFeatures/SkyAtmosphere/SkyAtmosphereBus.h
  78. Include/AtomLyIntegration/CommonFeatures/SkyAtmosphere/SkyAtmosphereComponentConfig.h
  79. Include/AtomLyIntegration/CommonFeatures/SkyBox/HDRiSkyboxBus.h
  80. Include/AtomLyIntegration/CommonFeatures/SkyBox/HDRiSkyboxComponentConfig.h
  81. Include/AtomLyIntegration/CommonFeatures/SkyBox/PhysicalSkyBus.h
  82. Include/AtomLyIntegration/CommonFeatures/SkyBox/PhysicalSkyComponentConfig.h
  83. Include/AtomLyIntegration/CommonFeatures/Scripting/EntityReferenceRequestBus.h
  84. Include/AtomLyIntegration/CommonFeatures/Scripting/EntityReferenceConstants.h
  85. Include/AtomLyIntegration/CommonFeatures/Scripting/EntityReferenceComponentConfig.h
  86. )