mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-28 14:36:44 +02:00
Updated default avatar-animation.json
This commit is contained in:
parent
a9848cd157
commit
a454584496
2 changed files with 6 additions and 1 deletions
|
@ -23,6 +23,11 @@
|
|||
"positionVar": "leftHandPosition",
|
||||
"rotationVar": "leftHandRotation"
|
||||
},
|
||||
{
|
||||
"jointName": "Neck",
|
||||
"positionVar": "neckPosition",
|
||||
"rotationVar": "neckRotation"
|
||||
},
|
||||
{
|
||||
"jointName": "Head",
|
||||
"positionVar": "headPosition",
|
||||
|
|
|
@ -61,7 +61,7 @@ public:
|
|||
// hierarchy accessors
|
||||
void addChild(Pointer child) { _children.push_back(child); }
|
||||
void removeChild(Pointer child);
|
||||
|
||||
|
||||
Pointer getChild(int i) const;
|
||||
int getChildCount() const { return (int)_children.size(); }
|
||||
|
||||
|
|
Loading…
Reference in a new issue