123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- #
- # Copyright (c) Contributors to the Open 3D Engine Project.
- # For complete copyright and license terms please see the LICENSE at the root of this distribution.
- #
- # SPDX-License-Identifier: Apache-2.0 OR MIT
- #
- #
- set(FILES
- Source/Animation/AttachmentComponent.h
- Source/Animation/AttachmentComponent.cpp
- Source/CoreLights/AreaLightComponent.h
- Source/CoreLights/AreaLightComponent.cpp
- Source/CoreLights/AreaLightComponentConfig.cpp
- Source/CoreLights/AreaLightComponentController.h
- Source/CoreLights/AreaLightComponentController.cpp
- Source/CoreLights/CapsuleLightDelegate.h
- Source/CoreLights/CapsuleLightDelegate.cpp
- Source/CoreLights/DirectionalLightComponent.h
- Source/CoreLights/DirectionalLightComponent.cpp
- Source/CoreLights/DirectionalLightComponentController.h
- Source/CoreLights/DirectionalLightComponentController.cpp
- Source/CoreLights/DirectionalLightComponentConfig.cpp
- Source/CoreLights/DiskLightDelegate.h
- Source/CoreLights/DiskLightDelegate.cpp
- Source/CoreLights/LightDelegateBase.h
- Source/CoreLights/LightDelegateBase.inl
- Source/CoreLights/LightDelegateInterface.h
- Source/CoreLights/PolygonLightDelegate.h
- Source/CoreLights/PolygonLightDelegate.cpp
- Source/CoreLights/QuadLightDelegate.h
- Source/CoreLights/QuadLightDelegate.cpp
- Source/CoreLights/SimplePointLightDelegate.h
- Source/CoreLights/SimplePointLightDelegate.cpp
- Source/CoreLights/SimpleSpotLightDelegate.h
- Source/CoreLights/SimpleSpotLightDelegate.cpp
- Source/CoreLights/SphereLightDelegate.h
- Source/CoreLights/SphereLightDelegate.cpp
- Source/CubeMapCapture/CubeMapCaptureComponent.h
- Source/CubeMapCapture/CubeMapCaptureComponent.cpp
- Source/CubeMapCapture/CubeMapCaptureComponentController.h
- Source/CubeMapCapture/CubeMapCaptureComponentController.cpp
- Source/Debug/RayTracingDebugComponent.h
- Source/Debug/RayTracingDebugComponent.cpp
- Source/Debug/RayTracingDebugComponentConfig.cpp
- Source/Debug/RayTracingDebugComponentController.h
- Source/Debug/RayTracingDebugComponentController.cpp
- Source/Debug/RenderDebugComponent.cpp
- Source/Debug/RenderDebugComponent.h
- Source/Debug/RenderDebugComponentConfig.cpp
- Source/Debug/RenderDebugComponentController.cpp
- Source/Debug/RenderDebugComponentController.h
- Source/Decals/DecalComponent.h
- Source/Decals/DecalComponent.cpp
- Source/Decals/DecalComponentController.h
- Source/Decals/DecalComponentController.cpp
- Source/Grid/GridComponent.h
- Source/Grid/GridComponent.cpp
- Source/Grid/GridComponentConfig.cpp
- Source/Grid/GridComponentController.h
- Source/Grid/GridComponentController.cpp
- Source/ImageBasedLights/ImageBasedLightComponent.cpp
- Source/ImageBasedLights/ImageBasedLightComponent.h
- Source/ImageBasedLights/ImageBasedLightComponentConfig.cpp
- Source/ImageBasedLights/ImageBasedLightComponentController.cpp
- Source/ImageBasedLights/ImageBasedLightComponentController.h
- Source/Material/MaterialAssignment.cpp
- Source/Material/MaterialAssignmentId.cpp
- Source/Material/MaterialComponent.cpp
- Source/Material/MaterialComponent.h
- Source/Material/MaterialComponentConfig.cpp
- Source/Material/MaterialComponentController.cpp
- Source/Material/MaterialComponentController.h
- Source/Mesh/MeshComponent.h
- Source/Mesh/MeshComponent.cpp
- Source/Mesh/MeshComponentController.h
- Source/Mesh/MeshComponentController.cpp
- Source/OcclusionCullingPlane/OcclusionCullingPlaneComponent.h
- Source/OcclusionCullingPlane/OcclusionCullingPlaneComponent.cpp
- Source/OcclusionCullingPlane/OcclusionCullingPlaneComponentController.h
- Source/OcclusionCullingPlane/OcclusionCullingPlaneComponentController.cpp
- Source/PostProcess/PostFxLayerComponent.cpp
- Source/PostProcess/PostFxLayerComponent.h
- Source/PostProcess/PostFxLayerComponentConfig.cpp
- Source/PostProcess/PostFxLayerComponentController.cpp
- Source/PostProcess/PostFxLayerComponentController.h
- Source/PostProcess/Bloom/BloomComponent.cpp
- Source/PostProcess/Bloom/BloomComponent.h
- Source/PostProcess/Bloom/BloomComponentConfig.cpp
- Source/PostProcess/Bloom/BloomComponentController.cpp
- Source/PostProcess/Bloom/BloomComponentController.h
- Source/PostProcess/ChromaticAberration/ChromaticAberrationComponent.cpp
- Source/PostProcess/ChromaticAberration/ChromaticAberrationComponent.h
- Source/PostProcess/ChromaticAberration/ChromaticAberrationComponentConfig.cpp
- Source/PostProcess/ChromaticAberration/ChromaticAberrationComponentController.cpp
- Source/PostProcess/ChromaticAberration/ChromaticAberrationComponentController.h
- Source/PostProcess/PaniniProjection/PaniniProjectionComponent.cpp
- Source/PostProcess/PaniniProjection/PaniniProjectionComponent.h
- Source/PostProcess/PaniniProjection/PaniniProjectionComponentConfig.cpp
- Source/PostProcess/PaniniProjection/PaniniProjectionComponentController.cpp
- Source/PostProcess/PaniniProjection/PaniniProjectionComponentController.h
- Source/PostProcess/FilmGrain/FilmGrainComponent.cpp
- Source/PostProcess/FilmGrain/FilmGrainComponent.h
- Source/PostProcess/FilmGrain/FilmGrainComponentConfig.cpp
- Source/PostProcess/FilmGrain/FilmGrainComponentController.cpp
- Source/PostProcess/FilmGrain/FilmGrainComponentController.h
- Source/PostProcess/WhiteBalance/WhiteBalanceComponent.cpp
- Source/PostProcess/WhiteBalance/WhiteBalanceComponent.h
- Source/PostProcess/WhiteBalance/WhiteBalanceComponentConfig.cpp
- Source/PostProcess/WhiteBalance/WhiteBalanceComponentController.cpp
- Source/PostProcess/WhiteBalance/WhiteBalanceComponentController.h
- Source/PostProcess/Vignette/VignetteComponent.cpp
- Source/PostProcess/Vignette/VignetteComponent.h
- Source/PostProcess/Vignette/VignetteComponentConfig.cpp
- Source/PostProcess/Vignette/VignetteComponentController.cpp
- Source/PostProcess/Vignette/VignetteComponentController.h
- Source/PostProcess/ColorGrading/HDRColorGradingComponent.cpp
- Source/PostProcess/ColorGrading/HDRColorGradingComponent.h
- Source/PostProcess/ColorGrading/HDRColorGradingComponentConfig.cpp
- Source/PostProcess/ColorGrading/HDRColorGradingComponentController.cpp
- Source/PostProcess/ColorGrading/HDRColorGradingComponentController.h
- Source/PostProcess/DepthOfField/DepthOfFieldComponent.cpp
- Source/PostProcess/DepthOfField/DepthOfFieldComponent.h
- Source/PostProcess/DepthOfField/DepthOfFieldComponentConfig.cpp
- Source/PostProcess/DepthOfField/DepthOfFieldComponentController.cpp
- Source/PostProcess/DepthOfField/DepthOfFieldComponentController.h
- Source/PostProcess/DisplayMapper/DisplayMapperComponent.cpp
- Source/PostProcess/DisplayMapper/DisplayMapperComponent.h
- Source/PostProcess/DisplayMapper/DisplayMapperComponentConfig.cpp
- Source/PostProcess/DisplayMapper/DisplayMapperComponentController.cpp
- Source/PostProcess/DisplayMapper/DisplayMapperComponentController.h
- Source/PostProcess/ExposureControl/ExposureControlComponent.cpp
- Source/PostProcess/ExposureControl/ExposureControlComponent.h
- Source/PostProcess/ExposureControl/ExposureControlComponentConfig.cpp
- Source/PostProcess/ExposureControl/ExposureControlComponentController.cpp
- Source/PostProcess/ExposureControl/ExposureControlComponentController.h
- Source/PostProcess/Ssao/SsaoComponent.cpp
- Source/PostProcess/Ssao/SsaoComponent.h
- Source/PostProcess/Ssao/SsaoComponentConfig.cpp
- Source/PostProcess/Ssao/SsaoComponentController.cpp
- Source/PostProcess/Ssao/SsaoComponentController.h
- Source/PostProcess/LookModification/LookModificationComponent.cpp
- Source/PostProcess/LookModification/LookModificationComponent.h
- Source/PostProcess/LookModification/LookModificationComponentConfig.cpp
- Source/PostProcess/LookModification/LookModificationComponentController.cpp
- Source/PostProcess/LookModification/LookModificationComponentController.h
- Source/PostProcess/RadiusWeightModifier/RadiusWeightModifierComponent.h
- Source/PostProcess/RadiusWeightModifier/RadiusWeightModifierComponent.cpp
- Source/PostProcess/RadiusWeightModifier/RadiusWeightModifierComponentConfig.cpp
- Source/PostProcess/RadiusWeightModifier/RadiusWeightModifierComponentController.h
- Source/PostProcess/RadiusWeightModifier/RadiusWeightModifierComponentController.cpp
- Source/PostProcess/ShapeWeightModifier/ShapeWeightModifierComponent.h
- Source/PostProcess/ShapeWeightModifier/ShapeWeightModifierComponent.cpp
- Source/PostProcess/ShapeWeightModifier/ShapeWeightModifierComponentConfig.cpp
- Source/PostProcess/ShapeWeightModifier/ShapeWeightModifierComponentController.h
- Source/PostProcess/ShapeWeightModifier/ShapeWeightModifierComponentController.cpp
- Source/PostProcess/GradientWeightModifier/GradientWeightModifierComponent.h
- Source/PostProcess/GradientWeightModifier/GradientWeightModifierComponent.cpp
- Source/PostProcess/GradientWeightModifier/GradientWeightModifierComponentConfig.cpp
- Source/PostProcess/GradientWeightModifier/GradientWeightModifierController.h
- Source/PostProcess/GradientWeightModifier/GradientWeightModifierController.cpp
- Source/ScreenSpace/DeferredFogComponentController.h
- Source/ScreenSpace/DeferredFogComponentController.cpp
- Source/ScreenSpace/DeferredFogComponent.h
- Source/ScreenSpace/DeferredFogComponent.cpp
- Source/ScreenSpace/DeferredFogComponentConfig.cpp
- Source/ReflectionProbe/ReflectionProbeComponent.h
- Source/ReflectionProbe/ReflectionProbeComponent.cpp
- Source/ReflectionProbe/ReflectionProbeComponentController.h
- Source/ReflectionProbe/ReflectionProbeComponentController.cpp
- Source/SpecularReflections/SpecularReflectionsComponent.h
- Source/SpecularReflections/SpecularReflectionsComponent.cpp
- Source/SpecularReflections/SpecularReflectionsComponentConfig.h
- Source/SpecularReflections/SpecularReflectionsComponentConfig.cpp
- Source/SpecularReflections/SpecularReflectionsComponentController.h
- Source/SpecularReflections/SpecularReflectionsComponentController.cpp
- Source/SkyAtmosphere/SkyAtmosphereComponentConfig.cpp
- Source/SkyAtmosphere/SkyAtmosphereComponentController.cpp
- Source/SkyAtmosphere/SkyAtmosphereComponentController.h
- Source/SkyAtmosphere/SkyAtmosphereComponent.cpp
- Source/SkyAtmosphere/SkyAtmosphereComponent.h
- Source/SkyBox/HDRiSkyboxComponentConfig.cpp
- Source/SkyBox/HDRiSkyboxComponentController.cpp
- Source/SkyBox/HDRiSkyboxComponentController.h
- Source/SkyBox/HDRiSkyboxComponent.cpp
- Source/SkyBox/HDRiSkyboxComponent.h
- Source/SkyBox/PhysicalSkyComponentConfig.cpp
- Source/SkyBox/PhysicalSkyComponentController.cpp
- Source/SkyBox/PhysicalSkyComponentController.h
- Source/SkyBox/PhysicalSkyComponent.cpp
- Source/SkyBox/PhysicalSkyComponent.h
- Source/CommonFeaturesSystemComponent.h
- Source/CommonFeaturesSystemComponent.cpp
- Source/Scripting/EntityReferenceComponent.cpp
- Source/Scripting/EntityReferenceComponent.h
- Source/Scripting/EntityReferenceComponentConfig.cpp
- Source/Scripting/EntityReferenceComponentController.cpp
- Source/Scripting/EntityReferenceComponentController.h
- Source/SurfaceData/SurfaceDataMeshComponent.cpp
- Source/SurfaceData/SurfaceDataMeshComponent.h
- )
|