motionmatching_files.cmake 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Include/MotionMatching/MotionMatchingBus.h
  10. Source/MotionMatchingModuleInterface.h
  11. Source/MotionMatchingSystemComponent.cpp
  12. Source/MotionMatchingSystemComponent.h
  13. Source/Allocators.h
  14. Source/BlendTreeMotionMatchNode.cpp
  15. Source/BlendTreeMotionMatchNode.h
  16. Source/CsvSerializers.cpp
  17. Source/CsvSerializers.h
  18. Source/EventData.cpp
  19. Source/EventData.h
  20. Source/Frame.cpp
  21. Source/Frame.h
  22. Source/Feature.cpp
  23. Source/Feature.h
  24. Source/FeatureMatrix.cpp
  25. Source/FeatureMatrix.h
  26. Source/FeatureMatrixMinMaxScaler.cpp
  27. Source/FeatureMatrixMinMaxScaler.h
  28. Source/FeatureMatrixStandardScaler.cpp
  29. Source/FeatureMatrixStandardScaler.h
  30. Source/FeatureMatrixTransformer.h
  31. Source/FeatureAngularVelocity.cpp
  32. Source/FeatureAngularVelocity.h
  33. Source/FeaturePosition.cpp
  34. Source/FeaturePosition.h
  35. Source/FeatureSchema.cpp
  36. Source/FeatureSchema.h
  37. Source/FeatureSchemaDefault.cpp
  38. Source/FeatureSchemaDefault.h
  39. Source/FeatureTrajectory.h
  40. Source/FeatureTrajectory.cpp
  41. Source/FeatureVelocity.cpp
  42. Source/FeatureVelocity.h
  43. Source/PoseDataJointVelocities.cpp
  44. Source/PoseDataJointVelocities.h
  45. Source/QueryVector.cpp
  46. Source/QueryVector.h
  47. Source/TrajectoryHistory.cpp
  48. Source/TrajectoryHistory.h
  49. Source/TrajectoryQuery.cpp
  50. Source/TrajectoryQuery.h
  51. Source/FrameDatabase.cpp
  52. Source/FrameDatabase.h
  53. Source/ImGuiMonitor.cpp
  54. Source/ImGuiMonitor.h
  55. Source/ImGuiMonitorBus.h
  56. Source/KdTree.cpp
  57. Source/KdTree.h
  58. Source/MotionMatchingData.cpp
  59. Source/MotionMatchingData.h
  60. Source/MotionMatchingInstance.cpp
  61. Source/MotionMatchingInstance.h
  62. )