You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.9 KiB
CMake
52 lines
1.9 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
|
|
Include/NvCloth/IClothSystem.h
|
|
Include/NvCloth/ISolver.h
|
|
Include/NvCloth/ICloth.h
|
|
Include/NvCloth/IClothConfigurator.h
|
|
Include/NvCloth/IFabricCooker.h
|
|
Include/NvCloth/ITangentSpaceHelper.h
|
|
Include/NvCloth/Types.h
|
|
Source/Components/ClothComponent.cpp
|
|
Source/Components/ClothComponent.h
|
|
Source/Components/ClothConfiguration.cpp
|
|
Source/Components/ClothConfiguration.h
|
|
Source/Components/ClothComponentMesh/ClothComponentMesh.cpp
|
|
Source/Components/ClothComponentMesh/ClothComponentMesh.h
|
|
Source/Components/ClothComponentMesh/ClothConstraints.cpp
|
|
Source/Components/ClothComponentMesh/ClothConstraints.h
|
|
Source/Components/ClothComponentMesh/ActorClothColliders.cpp
|
|
Source/Components/ClothComponentMesh/ActorClothColliders.h
|
|
Source/Components/ClothComponentMesh/ActorClothSkinning.cpp
|
|
Source/Components/ClothComponentMesh/ActorClothSkinning.h
|
|
Source/Components/ClothComponentMesh/ClothDebugDisplay.cpp
|
|
Source/Components/ClothComponentMesh/ClothDebugDisplay.h
|
|
Source/System/SystemComponent.cpp
|
|
Source/System/SystemComponent.h
|
|
Source/System/Factory.cpp
|
|
Source/System/Factory.h
|
|
Source/System/Solver.cpp
|
|
Source/System/Solver.h
|
|
Source/System/Cloth.cpp
|
|
Source/System/Cloth.h
|
|
Source/System/Fabric.h
|
|
Source/System/FabricCooker.cpp
|
|
Source/System/FabricCooker.h
|
|
Source/System/TangentSpaceHelper.cpp
|
|
Source/System/TangentSpaceHelper.h
|
|
Source/System/NvTypes.h
|
|
Source/System/NvTypes.cpp
|
|
Source/Utils/Allocators.h
|
|
Source/Utils/AssetHelper.h
|
|
Source/Utils/AssetHelper.cpp
|
|
Source/Utils/MeshAssetHelper.cpp
|
|
Source/Utils/MeshAssetHelper.h
|
|
)
|