d7b796fd73
Delete: - I3DEngine - Missions - Time of day - GameEffectsSystem Gem - ImageProcessing Gem - SVOGI Gem - Various other things that don't do anything now that the legacy renderer has been removed.
46 lines
1.9 KiB
CMake
46 lines
1.9 KiB
CMake
#
|
|
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
|
# its licensors.
|
|
#
|
|
# For complete copyright and license terms please see the LICENSE at the root of this
|
|
# distribution (the "License"). All use of this software is governed by the License,
|
|
# or, if provided, by the license below or the license accompanying this file. Do not
|
|
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
#
|
|
|
|
set(FILES
|
|
Source/WhiteBox_precompiled.cpp
|
|
Source/WhiteBox_precompiled.h
|
|
Include/WhiteBox/WhiteBoxBus.h
|
|
Source/WhiteBoxAllocator.cpp
|
|
Source/WhiteBoxAllocator.h
|
|
Source/WhiteBoxComponent.cpp
|
|
Source/WhiteBoxComponent.h
|
|
Source/WhiteBoxSystemComponent.cpp
|
|
Source/WhiteBoxSystemComponent.h
|
|
Source/Components/WhiteBoxColliderComponent.cpp
|
|
Source/Components/WhiteBoxColliderComponent.h
|
|
Source/Components/WhiteBoxColliderConfiguration.cpp
|
|
Source/Components/WhiteBoxColliderConfiguration.h
|
|
Source/Rendering/WhiteBoxRenderMeshInterface.cpp
|
|
Source/Rendering/WhiteBoxRenderMeshInterface.h
|
|
Source/Rendering/WhiteBoxRenderData.cpp
|
|
Source/Rendering/WhiteBoxRenderData.h
|
|
Source/Rendering/WhiteBoxMaterial.cpp
|
|
Source/Rendering/WhiteBoxMaterial.h
|
|
Source/Rendering/WhiteBoxNullRenderMesh.cpp
|
|
Source/Rendering/WhiteBoxNullRenderMesh.h
|
|
Source/Rendering/Atom/WhiteBoxMeshAtomData.cpp
|
|
Source/Rendering/Atom/WhiteBoxMeshAtomData.h
|
|
Source/Rendering/Atom/PackedFloat2.h
|
|
Source/Rendering/Atom/TangentSpaceHelper.cpp
|
|
Source/Rendering/Atom/TangentSpaceHelper.h
|
|
Source/Rendering/Atom/WhiteBoxAtomRenderMesh.cpp
|
|
Source/Rendering/Atom/WhiteBoxAtomRenderMesh.h
|
|
Source/Rendering/Atom/WhiteBoxAttributeBuffer.h
|
|
Source/Rendering/Atom/WhiteBoxBuffer.h
|
|
Source/Util/WhiteBoxMathUtil.h
|
|
Source/Util/WhiteBoxMathUtil.cpp
|
|
)
|