From 73de4bc922db5090c3f831d9747822d150da51b0 Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:04:42 -0700 Subject: [PATCH] StartingPointCamera Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- .../Code/Source/CameraLookAtBehaviors/OffsetPosition.cpp | 2 +- .../Source/CameraLookAtBehaviors/RotateCameraLookAt.cpp | 2 +- .../CameraLookAtBehaviors/SlideAlongAxisBasedOnAngle.cpp | 2 +- .../Source/CameraTargetAcquirers/AcquireByEntityId.cpp | 2 +- .../Code/Source/CameraTargetAcquirers/AcquireByTag.cpp | 2 +- .../Code/Source/CameraTransformBehaviors/FaceTarget.cpp | 2 +- .../CameraTransformBehaviors/FollowTargetFromAngle.cpp | 2 +- .../FollowTargetFromDistance.cpp | 2 +- .../CameraTransformBehaviors/OffsetCameraPosition.cpp | 2 +- .../Code/Source/CameraTransformBehaviors/Rotate.cpp | 2 +- .../Code/Source/StartingPointCameraGem.cpp | 2 -- .../Code/Source/StartingPointCamera_precompiled.h | 9 --------- .../Code/startingpointcamera_files.cmake | 1 - 13 files changed, 10 insertions(+), 22 deletions(-) delete mode 100644 Gems/StartingPointCamera/Code/Source/StartingPointCamera_precompiled.h diff --git a/Gems/StartingPointCamera/Code/Source/CameraLookAtBehaviors/OffsetPosition.cpp b/Gems/StartingPointCamera/Code/Source/CameraLookAtBehaviors/OffsetPosition.cpp index d89608b930..07413246bf 100644 --- a/Gems/StartingPointCamera/Code/Source/CameraLookAtBehaviors/OffsetPosition.cpp +++ b/Gems/StartingPointCamera/Code/Source/CameraLookAtBehaviors/OffsetPosition.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "StartingPointCamera_precompiled.h" + #include "OffsetPosition.h" #include #include diff --git a/Gems/StartingPointCamera/Code/Source/CameraLookAtBehaviors/RotateCameraLookAt.cpp b/Gems/StartingPointCamera/Code/Source/CameraLookAtBehaviors/RotateCameraLookAt.cpp index e8cf24988a..4540df9842 100644 --- a/Gems/StartingPointCamera/Code/Source/CameraLookAtBehaviors/RotateCameraLookAt.cpp +++ b/Gems/StartingPointCamera/Code/Source/CameraLookAtBehaviors/RotateCameraLookAt.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "StartingPointCamera_precompiled.h" + #include "RotateCameraLookAt.h" #include #include diff --git a/Gems/StartingPointCamera/Code/Source/CameraLookAtBehaviors/SlideAlongAxisBasedOnAngle.cpp b/Gems/StartingPointCamera/Code/Source/CameraLookAtBehaviors/SlideAlongAxisBasedOnAngle.cpp index e2e7cd0637..3a8a64f0d8 100644 --- a/Gems/StartingPointCamera/Code/Source/CameraLookAtBehaviors/SlideAlongAxisBasedOnAngle.cpp +++ b/Gems/StartingPointCamera/Code/Source/CameraLookAtBehaviors/SlideAlongAxisBasedOnAngle.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "StartingPointCamera_precompiled.h" + #include "SlideAlongAxisBasedOnAngle.h" #include "StartingPointCamera/StartingPointCameraUtilities.h" #include diff --git a/Gems/StartingPointCamera/Code/Source/CameraTargetAcquirers/AcquireByEntityId.cpp b/Gems/StartingPointCamera/Code/Source/CameraTargetAcquirers/AcquireByEntityId.cpp index 0314d9af05..e0669c0e84 100644 --- a/Gems/StartingPointCamera/Code/Source/CameraTargetAcquirers/AcquireByEntityId.cpp +++ b/Gems/StartingPointCamera/Code/Source/CameraTargetAcquirers/AcquireByEntityId.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "StartingPointCamera_precompiled.h" + #include "AcquireByEntityId.h" #include #include diff --git a/Gems/StartingPointCamera/Code/Source/CameraTargetAcquirers/AcquireByTag.cpp b/Gems/StartingPointCamera/Code/Source/CameraTargetAcquirers/AcquireByTag.cpp index 644b1accc5..9248a2c810 100644 --- a/Gems/StartingPointCamera/Code/Source/CameraTargetAcquirers/AcquireByTag.cpp +++ b/Gems/StartingPointCamera/Code/Source/CameraTargetAcquirers/AcquireByTag.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "StartingPointCamera_precompiled.h" + #include "AcquireByTag.h" #include #include diff --git a/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/FaceTarget.cpp b/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/FaceTarget.cpp index bc060231b9..a24866ca05 100644 --- a/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/FaceTarget.cpp +++ b/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/FaceTarget.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "StartingPointCamera_precompiled.h" + #include "FaceTarget.h" #include #include diff --git a/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/FollowTargetFromAngle.cpp b/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/FollowTargetFromAngle.cpp index d6b2c95106..3cd29be679 100644 --- a/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/FollowTargetFromAngle.cpp +++ b/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/FollowTargetFromAngle.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "StartingPointCamera_precompiled.h" + #include "FollowTargetFromAngle.h" #include #include diff --git a/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/FollowTargetFromDistance.cpp b/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/FollowTargetFromDistance.cpp index 50030b3086..931b8bf685 100644 --- a/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/FollowTargetFromDistance.cpp +++ b/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/FollowTargetFromDistance.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "StartingPointCamera_precompiled.h" + #include "FollowTargetFromDistance.h" #include #include diff --git a/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/OffsetCameraPosition.cpp b/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/OffsetCameraPosition.cpp index 6ed1bbae73..7811d55475 100644 --- a/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/OffsetCameraPosition.cpp +++ b/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/OffsetCameraPosition.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "StartingPointCamera_precompiled.h" + #include "OffsetCameraPosition.h" #include #include diff --git a/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/Rotate.cpp b/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/Rotate.cpp index fe69c1410f..ed3a2133d6 100644 --- a/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/Rotate.cpp +++ b/Gems/StartingPointCamera/Code/Source/CameraTransformBehaviors/Rotate.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "StartingPointCamera_precompiled.h" + #include "Rotate.h" #include #include diff --git a/Gems/StartingPointCamera/Code/Source/StartingPointCameraGem.cpp b/Gems/StartingPointCamera/Code/Source/StartingPointCameraGem.cpp index c4bb3cad27..688eb4336b 100644 --- a/Gems/StartingPointCamera/Code/Source/StartingPointCameraGem.cpp +++ b/Gems/StartingPointCamera/Code/Source/StartingPointCameraGem.cpp @@ -5,8 +5,6 @@ * */ -#include "StartingPointCamera_precompiled.h" - #include "CameraTargetAcquirers/AcquireByEntityId.h" #include "CameraTargetAcquirers/AcquireByTag.h" #include "CameraTransformBehaviors/FollowTargetFromDistance.h" diff --git a/Gems/StartingPointCamera/Code/Source/StartingPointCamera_precompiled.h b/Gems/StartingPointCamera/Code/Source/StartingPointCamera_precompiled.h deleted file mode 100644 index 2609e3b701..0000000000 --- a/Gems/StartingPointCamera/Code/Source/StartingPointCamera_precompiled.h +++ /dev/null @@ -1,9 +0,0 @@ -/* - * 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 - * - */ - -#pragma once - diff --git a/Gems/StartingPointCamera/Code/startingpointcamera_files.cmake b/Gems/StartingPointCamera/Code/startingpointcamera_files.cmake index aa11d3ef54..770166e3c4 100644 --- a/Gems/StartingPointCamera/Code/startingpointcamera_files.cmake +++ b/Gems/StartingPointCamera/Code/startingpointcamera_files.cmake @@ -29,5 +29,4 @@ set(FILES Source/CameraTransformBehaviors/OffsetCameraPosition.cpp Source/CameraTransformBehaviors/Rotate.h Source/CameraTransformBehaviors/Rotate.cpp - Source/StartingPointCamera_precompiled.h )