atomlyintegration_commonfeatures_files.cmake 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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. Source/Animation/AttachmentComponent.h
  10. Source/Animation/AttachmentComponent.cpp
  11. Source/CoreLights/AreaLightComponent.h
  12. Source/CoreLights/AreaLightComponent.cpp
  13. Source/CoreLights/AreaLightComponentConfig.cpp
  14. Source/CoreLights/AreaLightComponentController.h
  15. Source/CoreLights/AreaLightComponentController.cpp
  16. Source/CoreLights/CapsuleLightDelegate.h
  17. Source/CoreLights/CapsuleLightDelegate.cpp
  18. Source/CoreLights/DirectionalLightComponent.h
  19. Source/CoreLights/DirectionalLightComponent.cpp
  20. Source/CoreLights/DirectionalLightComponentController.h
  21. Source/CoreLights/DirectionalLightComponentController.cpp
  22. Source/CoreLights/DirectionalLightComponentConfig.cpp
  23. Source/CoreLights/DiskLightDelegate.h
  24. Source/CoreLights/DiskLightDelegate.cpp
  25. Source/CoreLights/LightDelegateBase.h
  26. Source/CoreLights/LightDelegateBase.inl
  27. Source/CoreLights/LightDelegateInterface.h
  28. Source/CoreLights/PolygonLightDelegate.h
  29. Source/CoreLights/PolygonLightDelegate.cpp
  30. Source/CoreLights/QuadLightDelegate.h
  31. Source/CoreLights/QuadLightDelegate.cpp
  32. Source/CoreLights/SimplePointLightDelegate.h
  33. Source/CoreLights/SimplePointLightDelegate.cpp
  34. Source/CoreLights/SimpleSpotLightDelegate.h
  35. Source/CoreLights/SimpleSpotLightDelegate.cpp
  36. Source/CoreLights/SphereLightDelegate.h
  37. Source/CoreLights/SphereLightDelegate.cpp
  38. Source/CubeMapCapture/CubeMapCaptureComponent.h
  39. Source/CubeMapCapture/CubeMapCaptureComponent.cpp
  40. Source/CubeMapCapture/CubeMapCaptureComponentController.h
  41. Source/CubeMapCapture/CubeMapCaptureComponentController.cpp
  42. Source/Debug/RayTracingDebugComponent.h
  43. Source/Debug/RayTracingDebugComponent.cpp
  44. Source/Debug/RayTracingDebugComponentConfig.cpp
  45. Source/Debug/RayTracingDebugComponentController.h
  46. Source/Debug/RayTracingDebugComponentController.cpp
  47. Source/Debug/RenderDebugComponent.cpp
  48. Source/Debug/RenderDebugComponent.h
  49. Source/Debug/RenderDebugComponentConfig.cpp
  50. Source/Debug/RenderDebugComponentController.cpp
  51. Source/Debug/RenderDebugComponentController.h
  52. Source/Decals/DecalComponent.h
  53. Source/Decals/DecalComponent.cpp
  54. Source/Decals/DecalComponentController.h
  55. Source/Decals/DecalComponentController.cpp
  56. Source/Grid/GridComponent.h
  57. Source/Grid/GridComponent.cpp
  58. Source/Grid/GridComponentConfig.cpp
  59. Source/Grid/GridComponentController.h
  60. Source/Grid/GridComponentController.cpp
  61. Source/ImageBasedLights/ImageBasedLightComponent.cpp
  62. Source/ImageBasedLights/ImageBasedLightComponent.h
  63. Source/ImageBasedLights/ImageBasedLightComponentConfig.cpp
  64. Source/ImageBasedLights/ImageBasedLightComponentController.cpp
  65. Source/ImageBasedLights/ImageBasedLightComponentController.h
  66. Source/Material/MaterialAssignment.cpp
  67. Source/Material/MaterialAssignmentId.cpp
  68. Source/Material/MaterialComponent.cpp
  69. Source/Material/MaterialComponent.h
  70. Source/Material/MaterialComponentConfig.cpp
  71. Source/Material/MaterialComponentController.cpp
  72. Source/Material/MaterialComponentController.h
  73. Source/Mesh/MeshComponent.h
  74. Source/Mesh/MeshComponent.cpp
  75. Source/Mesh/MeshComponentController.h
  76. Source/Mesh/MeshComponentController.cpp
  77. Source/OcclusionCullingPlane/OcclusionCullingPlaneComponent.h
  78. Source/OcclusionCullingPlane/OcclusionCullingPlaneComponent.cpp
  79. Source/OcclusionCullingPlane/OcclusionCullingPlaneComponentController.h
  80. Source/OcclusionCullingPlane/OcclusionCullingPlaneComponentController.cpp
  81. Source/PostProcess/PostFxLayerComponent.cpp
  82. Source/PostProcess/PostFxLayerComponent.h
  83. Source/PostProcess/PostFxLayerComponentConfig.cpp
  84. Source/PostProcess/PostFxLayerComponentController.cpp
  85. Source/PostProcess/PostFxLayerComponentController.h
  86. Source/PostProcess/Bloom/BloomComponent.cpp
  87. Source/PostProcess/Bloom/BloomComponent.h
  88. Source/PostProcess/Bloom/BloomComponentConfig.cpp
  89. Source/PostProcess/Bloom/BloomComponentController.cpp
  90. Source/PostProcess/Bloom/BloomComponentController.h
  91. Source/PostProcess/ChromaticAberration/ChromaticAberrationComponent.cpp
  92. Source/PostProcess/ChromaticAberration/ChromaticAberrationComponent.h
  93. Source/PostProcess/ChromaticAberration/ChromaticAberrationComponentConfig.cpp
  94. Source/PostProcess/ChromaticAberration/ChromaticAberrationComponentController.cpp
  95. Source/PostProcess/ChromaticAberration/ChromaticAberrationComponentController.h
  96. Source/PostProcess/PaniniProjection/PaniniProjectionComponent.cpp
  97. Source/PostProcess/PaniniProjection/PaniniProjectionComponent.h
  98. Source/PostProcess/PaniniProjection/PaniniProjectionComponentConfig.cpp
  99. Source/PostProcess/PaniniProjection/PaniniProjectionComponentController.cpp
  100. Source/PostProcess/PaniniProjection/PaniniProjectionComponentController.h
  101. Source/PostProcess/FilmGrain/FilmGrainComponent.cpp
  102. Source/PostProcess/FilmGrain/FilmGrainComponent.h
  103. Source/PostProcess/FilmGrain/FilmGrainComponentConfig.cpp
  104. Source/PostProcess/FilmGrain/FilmGrainComponentController.cpp
  105. Source/PostProcess/FilmGrain/FilmGrainComponentController.h
  106. Source/PostProcess/WhiteBalance/WhiteBalanceComponent.cpp
  107. Source/PostProcess/WhiteBalance/WhiteBalanceComponent.h
  108. Source/PostProcess/WhiteBalance/WhiteBalanceComponentConfig.cpp
  109. Source/PostProcess/WhiteBalance/WhiteBalanceComponentController.cpp
  110. Source/PostProcess/WhiteBalance/WhiteBalanceComponentController.h
  111. Source/PostProcess/Vignette/VignetteComponent.cpp
  112. Source/PostProcess/Vignette/VignetteComponent.h
  113. Source/PostProcess/Vignette/VignetteComponentConfig.cpp
  114. Source/PostProcess/Vignette/VignetteComponentController.cpp
  115. Source/PostProcess/Vignette/VignetteComponentController.h
  116. Source/PostProcess/ColorGrading/HDRColorGradingComponent.cpp
  117. Source/PostProcess/ColorGrading/HDRColorGradingComponent.h
  118. Source/PostProcess/ColorGrading/HDRColorGradingComponentConfig.cpp
  119. Source/PostProcess/ColorGrading/HDRColorGradingComponentController.cpp
  120. Source/PostProcess/ColorGrading/HDRColorGradingComponentController.h
  121. Source/PostProcess/DepthOfField/DepthOfFieldComponent.cpp
  122. Source/PostProcess/DepthOfField/DepthOfFieldComponent.h
  123. Source/PostProcess/DepthOfField/DepthOfFieldComponentConfig.cpp
  124. Source/PostProcess/DepthOfField/DepthOfFieldComponentController.cpp
  125. Source/PostProcess/DepthOfField/DepthOfFieldComponentController.h
  126. Source/PostProcess/DisplayMapper/DisplayMapperComponent.cpp
  127. Source/PostProcess/DisplayMapper/DisplayMapperComponent.h
  128. Source/PostProcess/DisplayMapper/DisplayMapperComponentConfig.cpp
  129. Source/PostProcess/DisplayMapper/DisplayMapperComponentController.cpp
  130. Source/PostProcess/DisplayMapper/DisplayMapperComponentController.h
  131. Source/PostProcess/ExposureControl/ExposureControlComponent.cpp
  132. Source/PostProcess/ExposureControl/ExposureControlComponent.h
  133. Source/PostProcess/ExposureControl/ExposureControlComponentConfig.cpp
  134. Source/PostProcess/ExposureControl/ExposureControlComponentController.cpp
  135. Source/PostProcess/ExposureControl/ExposureControlComponentController.h
  136. Source/PostProcess/Ssao/SsaoComponent.cpp
  137. Source/PostProcess/Ssao/SsaoComponent.h
  138. Source/PostProcess/Ssao/SsaoComponentConfig.cpp
  139. Source/PostProcess/Ssao/SsaoComponentController.cpp
  140. Source/PostProcess/Ssao/SsaoComponentController.h
  141. Source/PostProcess/LookModification/LookModificationComponent.cpp
  142. Source/PostProcess/LookModification/LookModificationComponent.h
  143. Source/PostProcess/LookModification/LookModificationComponentConfig.cpp
  144. Source/PostProcess/LookModification/LookModificationComponentController.cpp
  145. Source/PostProcess/LookModification/LookModificationComponentController.h
  146. Source/PostProcess/RadiusWeightModifier/RadiusWeightModifierComponent.h
  147. Source/PostProcess/RadiusWeightModifier/RadiusWeightModifierComponent.cpp
  148. Source/PostProcess/RadiusWeightModifier/RadiusWeightModifierComponentConfig.cpp
  149. Source/PostProcess/RadiusWeightModifier/RadiusWeightModifierComponentController.h
  150. Source/PostProcess/RadiusWeightModifier/RadiusWeightModifierComponentController.cpp
  151. Source/PostProcess/ShapeWeightModifier/ShapeWeightModifierComponent.h
  152. Source/PostProcess/ShapeWeightModifier/ShapeWeightModifierComponent.cpp
  153. Source/PostProcess/ShapeWeightModifier/ShapeWeightModifierComponentConfig.cpp
  154. Source/PostProcess/ShapeWeightModifier/ShapeWeightModifierComponentController.h
  155. Source/PostProcess/ShapeWeightModifier/ShapeWeightModifierComponentController.cpp
  156. Source/PostProcess/GradientWeightModifier/GradientWeightModifierComponent.h
  157. Source/PostProcess/GradientWeightModifier/GradientWeightModifierComponent.cpp
  158. Source/PostProcess/GradientWeightModifier/GradientWeightModifierComponentConfig.cpp
  159. Source/PostProcess/GradientWeightModifier/GradientWeightModifierController.h
  160. Source/PostProcess/GradientWeightModifier/GradientWeightModifierController.cpp
  161. Source/ScreenSpace/DeferredFogComponentController.h
  162. Source/ScreenSpace/DeferredFogComponentController.cpp
  163. Source/ScreenSpace/DeferredFogComponent.h
  164. Source/ScreenSpace/DeferredFogComponent.cpp
  165. Source/ScreenSpace/DeferredFogComponentConfig.cpp
  166. Source/ReflectionProbe/ReflectionProbeComponent.h
  167. Source/ReflectionProbe/ReflectionProbeComponent.cpp
  168. Source/ReflectionProbe/ReflectionProbeComponentController.h
  169. Source/ReflectionProbe/ReflectionProbeComponentController.cpp
  170. Source/SpecularReflections/SpecularReflectionsComponent.h
  171. Source/SpecularReflections/SpecularReflectionsComponent.cpp
  172. Source/SpecularReflections/SpecularReflectionsComponentConfig.h
  173. Source/SpecularReflections/SpecularReflectionsComponentConfig.cpp
  174. Source/SpecularReflections/SpecularReflectionsComponentController.h
  175. Source/SpecularReflections/SpecularReflectionsComponentController.cpp
  176. Source/SkyAtmosphere/SkyAtmosphereComponentConfig.cpp
  177. Source/SkyAtmosphere/SkyAtmosphereComponentController.cpp
  178. Source/SkyAtmosphere/SkyAtmosphereComponentController.h
  179. Source/SkyAtmosphere/SkyAtmosphereComponent.cpp
  180. Source/SkyAtmosphere/SkyAtmosphereComponent.h
  181. Source/SkyBox/HDRiSkyboxComponentConfig.cpp
  182. Source/SkyBox/HDRiSkyboxComponentController.cpp
  183. Source/SkyBox/HDRiSkyboxComponentController.h
  184. Source/SkyBox/HDRiSkyboxComponent.cpp
  185. Source/SkyBox/HDRiSkyboxComponent.h
  186. Source/SkyBox/PhysicalSkyComponentConfig.cpp
  187. Source/SkyBox/PhysicalSkyComponentController.cpp
  188. Source/SkyBox/PhysicalSkyComponentController.h
  189. Source/SkyBox/PhysicalSkyComponent.cpp
  190. Source/SkyBox/PhysicalSkyComponent.h
  191. Source/CommonFeaturesSystemComponent.h
  192. Source/CommonFeaturesSystemComponent.cpp
  193. Source/Scripting/EntityReferenceComponent.cpp
  194. Source/Scripting/EntityReferenceComponent.h
  195. Source/Scripting/EntityReferenceComponentConfig.cpp
  196. Source/Scripting/EntityReferenceComponentController.cpp
  197. Source/Scripting/EntityReferenceComponentController.h
  198. Source/SurfaceData/SurfaceDataMeshComponent.cpp
  199. Source/SurfaceData/SurfaceDataMeshComponent.h
  200. )