add skeleton debug view
This commit is contained in:
@@ -128,6 +128,10 @@ namespace rigging {
|
||||
const std::string& getName() const {
|
||||
return name;
|
||||
}
|
||||
|
||||
Bone* getRoot() const {
|
||||
return root.get();
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user