Minor cleanup and refactoring.

This commit is contained in:
Martin Felis
2025-03-30 22:35:49 +02:00
parent 887131af37
commit c173707a18
3 changed files with 215 additions and 242 deletions
+2
View File
@@ -103,6 +103,8 @@ enum class AnimGraphType {
GraphTypeLast
};
/*** Defines data on which an animation graph is executed (i.e. skeleton, animations).
*/
struct AnimGraphContext {
AnimGraph* m_graph = nullptr;
ozz::animation::Skeleton* m_skeleton = nullptr;