feat: automatically loading models used in skeleton
This commit is contained in:
@@ -120,7 +120,7 @@ namespace rigging {
|
||||
std::string_view name
|
||||
);
|
||||
|
||||
const std::vector<Bone*>& getNodes() const {
|
||||
const std::vector<Bone*>& getBones() const {
|
||||
return nodes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user