mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Supply neck index per new protocol.
This commit is contained in:
parent
878f7129f4
commit
cc26f5165b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ void RigTests::initTestCase() {
|
|||
}
|
||||
|
||||
_rig = std::make_shared<AvatarRig>();
|
||||
_rig->initJointStates(jointStates, glm::mat4());
|
||||
_rig->initJointStates(jointStates, glm::mat4(), geometry.neckJointIndex);
|
||||
std::cout << "Rig is ready " << geometry.joints.count() << " joints " << std::endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue