Implemented Animation Clip asset and animation controller #410
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue