Started working on evaluating embedded blend trees.

This commit is contained in:
Martin Felis
2024-03-25 22:26:29 +01:00
parent 99f11e61d8
commit 0aebe44bd5
7 changed files with 96 additions and 37 deletions
-1
View File
@@ -116,7 +116,6 @@ struct StateMachineResource {
struct AnimGraphResource: AnimNodeResource {
std::string m_graph_type_name;
std::string m_name;
BlendTreeResource m_blend_tree_resource;
StateMachineResource m_state_machine_resource;