add skeleton debug view

This commit is contained in:
MihailRis
2024-07-21 14:52:16 +03:00
parent c63e19e87b
commit cf12338a32
5 changed files with 51 additions and 6 deletions
+4
View File
@@ -128,6 +128,10 @@ namespace rigging {
const std::string& getName() const {
return name;
}
Bone* getRoot() const {
return root.get();
}
};
};