3d67be162c
* New Heightfield Components Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * Misc PR fixes * Fixed linux build failure from bad #include * Renamed "Terrain Physics Collider" to "Terrain Physics Heightfield Collider" per physics team feedback * Fixed 1/5 -> 1/4 typo in a comment * Added missing member copies in HeightfieldShapeConfiguration Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> * Addressed PR feedback Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> * Changes from review Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * Remove tabs accidently added Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * Fixed overly complicated scaling math. Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> * Added comments to make it more obvious what's happening on CreateEnd / DestroyBegin. Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> * Moved Heightfield CreatePxGeometryFromConfig into its own function Signed-off-by: John Jones-Steele <jjjoness@amazon.com> Co-authored-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>
35 lines
1.7 KiB
CMake
35 lines
1.7 KiB
CMake
#
|
|
# 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/EditorComponents/EditorTerrainHeightGradientListComponent.cpp
|
|
Source/EditorComponents/EditorTerrainHeightGradientListComponent.h
|
|
Source/EditorComponents/EditorTerrainLayerSpawnerComponent.cpp
|
|
Source/EditorComponents/EditorTerrainLayerSpawnerComponent.h
|
|
Source/EditorComponents/EditorTerrainPhysicsColliderComponent.cpp
|
|
Source/EditorComponents/EditorTerrainPhysicsColliderComponent.h
|
|
Source/EditorComponents/EditorTerrainSurfaceGradientListComponent.cpp
|
|
Source/EditorComponents/EditorTerrainSurfaceGradientListComponent.h
|
|
Source/EditorComponents/EditorTerrainWorldComponent.cpp
|
|
Source/EditorComponents/EditorTerrainWorldComponent.h
|
|
Source/EditorComponents/EditorTerrainWorldDebuggerComponent.cpp
|
|
Source/EditorComponents/EditorTerrainWorldDebuggerComponent.h
|
|
Source/EditorComponents/EditorTerrainWorldRendererComponent.cpp
|
|
Source/EditorComponents/EditorTerrainWorldRendererComponent.h
|
|
Source/EditorComponents/EditorTerrainSystemComponent.cpp
|
|
Source/EditorComponents/EditorTerrainSystemComponent.h
|
|
Source/EditorTerrainModule.cpp
|
|
Source/EditorTerrainModule.h
|
|
Source/TerrainModule.cpp
|
|
Source/TerrainModule.h
|
|
Source/TerrainRenderer/EditorComponents/EditorTerrainSurfaceMaterialsListComponent.cpp
|
|
Source/TerrainRenderer/EditorComponents/EditorTerrainSurfaceMaterialsListComponent.h
|
|
Source/TerrainRenderer/EditorComponents/EditorTerrainMacroMaterialComponent.cpp
|
|
Source/TerrainRenderer/EditorComponents/EditorTerrainMacroMaterialComponent.h
|
|
)
|