feat: automatically loading models used in skeleton

This commit is contained in:
MihailRis
2024-07-17 12:12:40 +03:00
parent 051dc6e05f
commit 739ef49d8f
11 changed files with 43 additions and 32 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ namespace rigging {
std::string_view name
);
const std::vector<Bone*>& getNodes() const {
const std::vector<Bone*>& getBones() const {
return nodes;
}