Implemented Animation Clip asset and animation controller #410

Merged
XiaoQiDigipen merged 66 commits from SP3-22-AnimationController into main 2023-03-09 16:19:40 +08:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 8670fe5fa9 - Show all commits

View File

@ -198,6 +198,10 @@ namespace SHADE
ImGui::Unindent(); ImGui::Unindent();
} }
} }
else
{
SHEditorUI::CenteredText("Double click on a model file to inspect its animations here.");
}
} }
ImGui::End(); ImGui::End();
} }