SceneData_files.cmake 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. SceneDataConfiguration.h
  10. DllMain.cpp
  11. ManifestMetaInfoHandler.h
  12. ManifestMetaInfoHandler.cpp
  13. ReflectionRegistrar.h
  14. ReflectionRegistrar.cpp
  15. Behaviors/BehaviorsImportGroup.cpp
  16. Behaviors/BehaviorsMeshGroup.cpp
  17. Behaviors/BehaviorsSkeletonGroup.cpp
  18. Behaviors/BehaviorsSkinGroup.cpp
  19. Behaviors/Registry.h
  20. Behaviors/Registry.cpp
  21. Behaviors/ImportGroup.h
  22. Behaviors/MeshGroup.h
  23. Behaviors/SkeletonGroup.h
  24. Behaviors/SkinGroup.h
  25. Behaviors/AnimationGroup.h
  26. Behaviors/BehaviorsAnimationGroup.cpp
  27. Behaviors/MeshAdvancedRule.h
  28. Behaviors/MeshAdvancedRule.cpp
  29. Behaviors/MaterialRuleBehavior.h
  30. Behaviors/MaterialRuleBehavior.cpp
  31. Behaviors/LodRuleBehavior.h
  32. Behaviors/LodRuleBehavior.cpp
  33. Behaviors/BlendShapeRuleBehavior.h
  34. Behaviors/BlendShapeRuleBehavior.cpp
  35. Behaviors/SkinRuleBehavior.h
  36. Behaviors/SkinRuleBehavior.cpp
  37. Behaviors/ScriptProcessorRuleBehavior.h
  38. Behaviors/ScriptProcessorRuleBehavior.cpp
  39. Groups/ImportGroup.h
  40. Groups/ImportGroup.cpp
  41. Groups/MeshGroup.h
  42. Groups/MeshGroup.cpp
  43. Groups/SkeletonGroup.h
  44. Groups/SkeletonGroup.cpp
  45. Groups/SkinGroup.h
  46. Groups/SkinGroup.cpp
  47. Groups/AnimationGroup.h
  48. Groups/AnimationGroup.cpp
  49. ManifestBase/SceneNodeSelectionList.h
  50. ManifestBase/SceneNodeSelectionList.cpp
  51. Rules/BlendShapeRule.h
  52. Rules/BlendShapeRule.cpp
  53. Rules/CommentRule.h
  54. Rules/CommentRule.cpp
  55. Rules/LodRule.h
  56. Rules/LodRule.cpp
  57. Rules/CoordinateSystemRule.h
  58. Rules/CoordinateSystemRule.cpp
  59. Rules/StaticMeshAdvancedRule.h
  60. Rules/StaticMeshAdvancedRule.cpp
  61. Rules/MaterialRule.h
  62. Rules/MaterialRule.cpp
  63. Rules/ScriptProcessorRule.h
  64. Rules/ScriptProcessorRule.cpp
  65. Rules/SkeletonProxyRule.h
  66. Rules/SkeletonProxyRule.cpp
  67. Rules/SkinMeshAdvancedRule.h
  68. Rules/SkinMeshAdvancedRule.cpp
  69. Rules/SkinRule.h
  70. Rules/SkinRule.cpp
  71. Rules/TagRule.h
  72. Rules/TagRule.cpp
  73. Rules/TangentsRule.h
  74. Rules/TangentsRule.cpp
  75. Rules/UVsRule.h
  76. Rules/UVsRule.cpp
  77. Rules/UnmodifiableRule.h
  78. Rules/UnmodifiableRule.cpp
  79. GraphData/CustomPropertyData.h
  80. GraphData/CustomPropertyData.cpp
  81. GraphData/MeshData.h
  82. GraphData/MeshData.cpp
  83. GraphData/MeshVertexColorData.h
  84. GraphData/MeshVertexColorData.cpp
  85. GraphData/MeshVertexUVData.h
  86. GraphData/MeshVertexUVData.cpp
  87. GraphData/MeshVertexTangentData.h
  88. GraphData/MeshVertexTangentData.cpp
  89. GraphData/MeshVertexBitangentData.h
  90. GraphData/MeshVertexBitangentData.cpp
  91. GraphData/MaterialData.h
  92. GraphData/MaterialData.cpp
  93. GraphData/TransformData.h
  94. GraphData/TransformData.cpp
  95. GraphData/MeshDataPrimitiveUtils.h
  96. GraphData/MeshDataPrimitiveUtils.cpp
  97. GraphData/BoneData.h
  98. GraphData/BoneData.cpp
  99. GraphData/RootBoneData.h
  100. GraphData/RootBoneData.cpp
  101. GraphData/SkinMeshData.h
  102. GraphData/SkinWeightData.h
  103. GraphData/SkinWeightData.cpp
  104. GraphData/AnimationData.h
  105. GraphData/AnimationData.cpp
  106. GraphData/BlendShapeData.h
  107. GraphData/BlendShapeData.cpp
  108. )