Supply neck index per new protocol.

This commit is contained in:
Howard Stearns 2015-07-23 15:40:33 -07:00
parent 878f7129f4
commit cc26f5165b

View file

@ -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;
}