update component parent environment to the pack environment

This commit is contained in:
MihailRis
2024-07-02 20:01:29 +03:00
parent 3fe66e134d
commit 0082a3444e
4 changed files with 27 additions and 32 deletions
+7
View File
@@ -73,6 +73,13 @@ namespace rigging {
class RigConfig {
std::unique_ptr<RigNode> root;
std::unordered_map<std::string, size_t> indices;
/// Nodes and indices are ordered from root to subnodes.
/// Example:
/// 0 - root
/// 1 --- sub1
/// 2 ----- subsub1
/// 3 --- sub2
std::vector<RigNode*> nodes;
size_t update(